Searched refs:c8 (Results 1 – 4 of 4) sorted by relevance
614 uint8_t c8[4]; in lv_text_utf8_conv_wc() local615 lv_memcpy(c8, &c, 4); in lv_text_utf8_conv_wc()616 swapped = (c8[0] << 24) + (c8[1] << 16) + (c8[2] << 8) + (c8[3]); in lv_text_utf8_conv_wc()
428 c8 = os.path.exists(temp_path)431 result = c2 and c3 and c4 and c5 and c6 and c7 and c8 and c9
340 uint8_t c8 = lv_color_luminance(color); in lv_canvas_fill_bg() local344 buf[x] = c8; in lv_canvas_fill_bg()
603 float c8 = (LV_ARRAY_GET(&svg_node->attrs, 1, lv_svg_attr_t))->value.fval; in testStrokeFillAttrs() local604 TEST_ASSERT_EQUAL_FLOAT(c8, 1.2f); in testStrokeFillAttrs()