Home
last modified time | relevance | path

Searched refs:c8 (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/misc/
Dlv_text.c614 uint8_t c8[4]; in lv_text_utf8_conv_wc() local
615 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()
/lvgl-latest/docs/
Dbuild.py428 c8 = os.path.exists(temp_path)
431 result = c2 and c3 and c4 and c5 and c6 and c7 and c8 and c9
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c340 uint8_t c8 = lv_color_luminance(color); in lv_canvas_fill_bg() local
344 buf[x] = c8; in lv_canvas_fill_bg()
/lvgl-latest/tests/src/test_cases/
Dtest_svg.c603 float c8 = (LV_ARRAY_GET(&svg_node->attrs, 1, lv_svg_attr_t))->value.fval; in testStrokeFillAttrs() local
604 TEST_ASSERT_EQUAL_FLOAT(c8, 1.2f); in testStrokeFillAttrs()