Home
last modified time | relevance | path

Searched defs:c3 (Results 1 – 6 of 6) sorted by relevance

/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()
379 auto c3 = (C3(s) > C3(d)) ? (C3(s) - C3(d)) : (C3(d) - C3(s)); in opBlendDifference() local
388 auto c3 = std::min(255, C3(s) + C3(d) - std::min(255, (C3(s) * C3(d)) << 1)); in opBlendExclusion() local
397 auto c3 = std::min(C3(s) + C3(d), 255); in opBlendAdd() local
406 auto c3 = C3(s) + C3(d) - MULTIPLY(C3(s), C3(d)); in opBlendScreen() local
415 auto c3 = MULTIPLY(C3(s), C3(d)); in opBlendMultiply() local
425 …auto c3 = (C3(d) < 128) ? std::min(255, 2 * MULTIPLY(C3(s), C3(d))) : (255 - std::min(255, 2 * MUL… in opBlendOverlay() local
434 auto c3 = std::min(C3(s), C3(d)); in opBlendDarken() local
443 auto c3 = std::max(C3(s), C3(d)); in opBlendLighten() local
453 auto c3 = (C3(is) > 0) ? (C3(d) / C3(is)) : C3(d); in opBlendColorDodge() local
[all …]
DtvgSwRaster.cpp281 auto c3 = img[rx + ry2 * w]; in _interpUpScaler() local
/lvgl-latest/tests/src/test_cases/
Dtest_bindings.c41 lv_color_t c3 = lv_color_mix(c1, c2, LV_OPA_60); in create_ui() local
Dtest_svg.c575 uint32_t c3 = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.ival; in testStrokeFillAttrs() 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
/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