Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRasterC.h66 static bool inline cRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g… in cRasterTranslucentRle() function
DtvgSwRaster.cpp622 return cRasterTranslucentRle(surface, rle, r, g, b, a); in _rasterTranslucentRle()