Searched refs:opBlendSrcOver (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwCommon.h | 367 static inline uint32_t opBlendSrcOver(uint32_t s, TVG_UNUSED uint32_t d, TVG_UNUSED uint8_t a) in opBlendSrcOver() function
|
D | tvgSwRaster.cpp | 1349 …ll, buffer + y * surface->stride, region.min.y + y, region.min.x, w, opBlendSrcOver, surface->blen… in _rasterBlendingGradientRect() 1390 fillMethod()(fill, buffer, region.min.y + y, region.min.x, w, opBlendSrcOver, 255); in _rasterSolidGradientRect() 1550 … (span->coverage == 255) fillMethod()(fill, dst, span->y, span->x, span->len, opBlendSrcOver, 255); in _rasterSolidGradientRle()
|