Home
last modified time | relevance | path

Searched refs:avxRasterTranslucentRle (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRasterAvx.h164 static bool avxRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uin… in avxRasterTranslucentRle() function
DtvgSwRaster.cpp618 return avxRasterTranslucentRle(surface, rle, r, g, b, a); in _rasterTranslucentRle()