Lines Matching refs:uval
154 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 2); in testSvgElement()
160 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 5); in testSvgElement()
166 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 6); in testSvgElement()
172 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 8); in testSvgElement()
178 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 10); in testSvgElement()
184 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 13); in testSvgElement()
190 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 15); in testSvgElement()
196 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 16); in testSvgElement()
202 TEST_ASSERT_EQUAL((LV_ARRAY_GET(&svg_node_ar->attrs, 0, lv_svg_attr_t))->value.uval, 18); in testSvgElement()
483 uint32_t c = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.uval; in testStrokeFill()
491 c = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.uval; in testStrokeFill()
499 c = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.uval; in testStrokeFill()
507 c = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.uval; in testStrokeFill()
515 c = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.uval; in testStrokeFill()
523 c = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.uval; in testStrokeFill()
555 uint32_t l1 = (LV_ARRAY_GET(&svg_node->attrs, 2, lv_svg_attr_t))->value.uval; in testStrokeFillAttrs()
659 uint32_t c1 = (LV_ARRAY_GET(&svg_node1->attrs, 0, lv_svg_attr_t))->value.uval; in testGradient()