Searched defs:c2 (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/tests/unity/ |
D | unity_support.h | 34 # define TEST_ASSERT_EQUAL_COLOR(c1, c2) TEST_ASSERT_EQUAL_UINT32(c1.full, c2.fu… argument 35 # define TEST_ASSERT_EQUAL_COLOR_MESSAGE(c1, c2, msg) TEST_ASSERT_EQUAL_UINT32_MESSAGE(c1.ful… argument
|
/lvgl-latest/tests/src/test_cases/ |
D | test_obj_tree.c | 29 lv_color_t c2 = lv_color_hex3(0x444); in test_obj_tree_2() local
|
/lvgl-latest/src/misc/ |
D | lv_area.c | 563 int32_t c2 = lv_trigo_sin(angle_high + 90); in lv_point_transform() local
|
D | lv_color.h | 438 static inline lv_color_t LV_ATTRIBUTE_FAST_MEM lv_color_mix(lv_color_t c1, lv_color_t c2, uint8_t m… in lv_color_mix() 499 …lor_t LV_ATTRIBUTE_FAST_MEM lv_color_mix_premult(uint16_t * premult_c1, lv_color_t c2, uint8_t mix) in lv_color_mix_premult()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 99 int32_t c2 = lv_trigo_sin(angle_high + 90); in lv_draw_sw_transform() local
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1429 #define stbtt_tag4(p,c0,c1,c2,c3) ((p)[0] == (c0) && (p)[1] == (c1) && (p)[2] == (c2) && (p)[3] == … argument
|