Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRasterNeon.h95 static bool neonRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, ui… in neonRasterTranslucentRle() function
DtvgSwRaster.cpp620 return neonRasterTranslucentRle(surface, rle, r, g, b, a); in _rasterTranslucentRle()