/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 | 482 int32_t c1 = lv_trigo_sin(angle_low + 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() 377 auto c1 = (C1(s) > C1(d)) ? (C1(s) - C1(d)) : (C1(d) - C1(s)); in opBlendDifference() local 386 auto c1 = std::min(255, C1(s) + C1(d) - std::min(255, (C1(s) * C1(d)) << 1)); in opBlendExclusion() local 395 auto c1 = std::min(C1(s) + C1(d), 255); in opBlendAdd() local 404 auto c1 = C1(s) + C1(d) - MULTIPLY(C1(s), C1(d)); in opBlendScreen() local 413 auto c1 = MULTIPLY(C1(s), C1(d)); in opBlendMultiply() local 423 …auto c1 = (C1(d) < 128) ? std::min(255, 2 * MULTIPLY(C1(s), C1(d))) : (255 - std::min(255, 2 * MUL… in opBlendOverlay() local 432 auto c1 = std::min(C1(s), C1(d)); in opBlendDarken() local 441 auto c1 = std::max(C1(s), C1(d)); in opBlendLighten() local 451 auto c1 = (C1(is) > 0) ? (C1(d) / C1(is)) : C1(d); in opBlendColorDodge() local [all …]
|
D | tvgSwFill.cpp | 101 auto c1 = static_cast<uint8_t>(static_cast<float>((c >> 8) & 0xFF) * invA); in _alphaUnblend() local
|
D | tvgSwRaster.cpp | 279 auto c1 = img[rx + ry * w]; in _interpUpScaler() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | itoa.h | 192 const uint32_t c1 = v1 % 10000; in u64toa() local 265 const uint32_t c1 = v1 % 10000; in u64toa() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_tree.c | 29 lv_color_t c1 = lv_color_hex(0x444444); in test_obj_tree_2() local
|
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_rgb565.c | 1094 static inline uint16_t LV_ATTRIBUTE_FAST_MEM l8_to_rgb565(const uint8_t c1) in l8_to_rgb565() 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/tests/src/test_cases/ |
D | test_bindings.c | 39 lv_color_t c1 = lv_color_hex(0xff0000); in create_ui() local
|
D | test_svg.c | 563 uint32_t c1 = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.ival; in testStrokeFillAttrs() local 659 uint32_t c1 = (LV_ARRAY_GET(&svg_node1->attrs, 0, lv_svg_attr_t))->value.uval; in testGradient() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 118 int32_t c1 = lv_trigo_sin(angle_low + 90); in lv_draw_sw_transform() local
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 4758 unsigned char a0, b0 = 0, c0, d0 = 0, a1, b1 = 0, c1, d1 = 0; in unfilterScanline() local 4806 unsigned char a0, b0 = 0, c0, d0 = 0, a1, b1 = 0, c1, d1 = 0; in unfilterScanline() local 4843 unsigned char a0, b0 = 0, c0, d0 = 0, a1, b1 = 0, c1, d1 = 0; in unfilterScanline() local 4870 unsigned char a1, b1 = 0, c1, d1 = 0; in unfilterScanline() local 4892 unsigned char a1, b1 = 0, c1, d1 = 0; in unfilterScanline() local
|
/lvgl-latest/src/libs/expat/ |
D | xmltok.c | 1012 char c1 = *s1++; 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
|