Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRenderer.cpp282 if (a > 0) rasterShape(surface, &task->shape, r, g, b, a); in _renderFill()
DtvgSwCommon.h568 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a);
DtvgSwRaster.cpp1739 return a > 0 ? rasterShape(surface, shape, color->r, color->g, color->b, a) : true; in rasterGradientShape()
1771 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterShape() function