Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_support.h35 # 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/
Dlv_color_op.c36 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()
Dlv_color.c262 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()
Dlv_area.c483 int32_t c2 = lv_trigo_sin(angle_high + 90); in lv_point_array_transform() local
/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h300 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 …]
DtvgSwFill.cpp102 auto c2 = static_cast<uint8_t>(static_cast<float>(c & 0xFF) * invA); in _alphaUnblend() local
DtvgSwRaster.cpp280 auto c2 = img[rx2 + ry * w]; in _interpUpScaler() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_tree.c30 lv_color_t c2 = lv_color_hex3(0x444); in test_obj_tree_2() local
/lvgl-latest/tests/src/test_cases/
Dtest_bindings.c40 lv_color_t c2 = lv_palette_darken(LV_PALETTE_BLUE, 2); in create_ui() local
Dtest_svg.c565 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/
Dlv_draw_sw_blend_to_rgb565.c1099 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()
Dlv_draw_sw_blend_to_al88.c929 static inline bool lv_color16a_eq(lv_color16a_t c1, lv_color16a_t c2) in lv_color16a_eq()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_transform.c119 int32_t c2 = lv_trigo_sin(angle_high + 90); in lv_draw_sw_transform() local
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c214 uint32_t c2 = c; in lv_textarea_add_char() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.c4759 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/
Dxmltok.c1013 char c2 = *s2++; in streqci() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1429 #define stbtt_tag4(p,c0,c1,c2,c3) ((p)[0] == (c0) && (p)[1] == (c1) && (p)[2] == (c2) && (p)[3] == … argument