Searched refs:rleRender (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwImage.cpp | 103 if ((image->rle = rleRender(image->rle, image->outline, renderRegion, antiAlias))) return true; in imageGenRle()
|
D | tvgSwShape.cpp | 533 if ((shape->rle = rleRender(shape->rle, shape->outline, shape->bbox, antiAlias))) return true; in shapeGenRle() 625 shape->strokeRle = rleRender(shape->strokeRle, strokeOutline, renderRegion, true); in shapeGenStrokeRle()
|
D | tvgSwRle.cpp | 855 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias) in rleRender() function 974 SwRle* rleRender(const SwBBox* bbox) in rleRender() function
|
D | tvgSwCommon.h | 548 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias); 549 SwRle* rleRender(const SwBBox* bbox);
|