Home
last modified time | relevance | path

Searched refs:opBlendNormal (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp382 *dst = opBlendNormal(_pixel(fill, x0), *dst, alpha(cmp)); in fillRadial()
389 *dst = opBlendNormal(_pixel(fill, x0), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
400 *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, alpha(cmp)); in fillRadial()
407 … *dst = opBlendNormal(_pixel(fill, sqrtf(det) - b), *dst, MULTIPLY(opacity, alpha(cmp))); in fillRadial()
562 *dst = opBlendNormal(color, *dst, alpha(cmp)); in fillLinear()
576 *dst = opBlendNormal(_fixedPixel(fill, t2), *dst, alpha(cmp)); in fillLinear()
583 *dst = opBlendNormal(_pixel(fill, t / GRADIENT_STOP_SIZE), *dst, alpha(cmp)); in fillLinear()
593 *dst = opBlendNormal(color, *dst, MULTIPLY(alpha(cmp), opacity)); in fillLinear()
607 *dst = opBlendNormal(_fixedPixel(fill, t2), *dst, MULTIPLY(alpha(cmp), opacity)); in fillLinear()
614 … *dst = opBlendNormal(_pixel(fill, t / GRADIENT_STOP_SIZE), *dst, MULTIPLY(opacity, alpha(cmp))); in fillLinear()
DtvgSwCommon.h356 static inline uint32_t opBlendNormal(uint32_t s, uint32_t d, uint8_t a) in opBlendNormal() function
DtvgSwRaster.cpp1528 … else fillMethod()(fill, dst, span->y, span->x, span->len, opBlendNormal, span->coverage); in _rasterTranslucentGradientRle()