Searched refs:rasterShape (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRenderer.cpp | 282 if (a > 0) rasterShape(surface, &task->shape, r, g, b, a); in _renderFill()
|
D | tvgSwCommon.h | 568 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a);
|
D | tvgSwRaster.cpp | 1739 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
|