/lvgl-latest/tests/unity/ |
D | unity_support.h | 35 # define TEST_ASSERT_EQUAL_COLOR(c1, c2) TEST_ASSERT_TRUE(lv_color_eq(c1, c2)) argument 36 # define TEST_ASSERT_EQUAL_COLOR_MESSAGE(c1, c2, msg) TEST_ASSERT_TRUE(lv_color_eq(c1, c2), m… argument 38 # define TEST_ASSERT_EQUAL_COLOR32(c1, c2) TEST_ASSERT_TRUE(lv_color32_eq(c1, c2… argument 39 # define TEST_ASSERT_EQUAL_COLOR32_MESSAGE(c1, c2, msg) TEST_ASSERT_TRUE(lv_color32_eq(c1, c2… argument
|
/lvgl-latest/src/misc/ |
D | lv_color_op.c | 36 lv_color_t LV_ATTRIBUTE_FAST_MEM lv_color_mix(lv_color_t c1, lv_color_t c2, uint8_t mix) in lv_color_mix()
|
D | lv_color.c | 262 bool lv_color_eq(lv_color_t c1, lv_color_t c2) in lv_color_eq() 267 bool lv_color32_eq(lv_color32_t c1, lv_color32_t c2) in lv_color32_eq() 306 uint16_t LV_ATTRIBUTE_FAST_MEM lv_color_16_16_mix(uint16_t c1, uint16_t c2, uint8_t mix) in lv_color_16_16_mix()
|
D | lv_area.c | 483 int32_t c2 = lv_trigo_sin(angle_high + 90); in lv_point_array_transform() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwCommon.h | 300 static inline uint32_t JOIN(uint8_t c0, uint8_t c1, uint8_t c2, uint8_t c3) in JOIN() 378 auto c2 = (C2(s) > C2(d)) ? (C2(s) - C2(d)) : (C2(d) - C2(s)); in opBlendDifference() local 387 auto c2 = std::min(255, C2(s) + C2(d) - std::min(255, (C2(s) * C2(d)) << 1)); in opBlendExclusion() local 396 auto c2 = std::min(C2(s) + C2(d), 255); in opBlendAdd() local 405 auto c2 = C2(s) + C2(d) - MULTIPLY(C2(s), C2(d)); in opBlendScreen() local 414 auto c2 = MULTIPLY(C2(s), C2(d)); in opBlendMultiply() local 424 …auto c2 = (C2(d) < 128) ? std::min(255, 2 * MULTIPLY(C2(s), C2(d))) : (255 - std::min(255, 2 * MUL… in opBlendOverlay() local 433 auto c2 = std::min(C2(s), C2(d)); in opBlendDarken() local 442 auto c2 = std::max(C2(s), C2(d)); in opBlendLighten() local 452 auto c2 = (C2(is) > 0) ? (C2(d) / C2(is)) : C2(d); in opBlendColorDodge() local [all …]
|
D | tvgSwFill.cpp | 102 auto c2 = static_cast<uint8_t>(static_cast<float>(c & 0xFF) * invA); in _alphaUnblend() local
|
D | tvgSwRaster.cpp | 280 auto c2 = img[rx2 + ry * w]; in _interpUpScaler() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_tree.c | 30 lv_color_t c2 = lv_color_hex3(0x444); in test_obj_tree_2() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_bindings.c | 40 lv_color_t c2 = lv_palette_darken(LV_PALETTE_BLUE, 2); in create_ui() local
|
D | test_svg.c | 565 uint32_t c2 = (LV_ARRAY_GET(&svg_node->attrs, 1, lv_svg_attr_t))->value.ival; in testStrokeFillAttrs() local
|
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_rgb565.c | 1099 static inline uint16_t LV_ATTRIBUTE_FAST_MEM lv_color_8_16_mix(const uint8_t c1, uint16_t c2, uint8… in lv_color_8_16_mix() 1117 static inline uint16_t LV_ATTRIBUTE_FAST_MEM lv_color_24_16_mix(const uint8_t * c1, uint16_t c2, ui… in lv_color_24_16_mix()
|
D | lv_draw_sw_blend_to_al88.c | 929 static inline bool lv_color16a_eq(lv_color16a_t c1, lv_color16a_t c2) in lv_color16a_eq()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 119 int32_t c2 = lv_trigo_sin(angle_high + 90); in lv_draw_sw_transform() local
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 214 uint32_t c2 = c; in lv_textarea_add_char() local
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 4759 unsigned char a2, b2 = 0, c2, d2 = 0, a3, b3 = 0, c3, d3 = 0; in unfilterScanline() local 4807 unsigned char a2, b2 = 0, c2, d2 = 0, a3, b3 = 0, c3, d3 = 0; in unfilterScanline() local 4844 unsigned char a2, b2 = 0, c2, d2 = 0, a3, b3 = 0, c3, d3 = 0; in unfilterScanline() local 4871 unsigned char a2, b2 = 0, c2, d2 = 0; in unfilterScanline() local
|
/lvgl-latest/src/libs/expat/ |
D | xmltok.c | 1013 char c2 = *s2++; in streqci() local
|
/lvgl-latest/src/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
|