Home
last modified time | relevance | path

Searched refs:rleRender (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwImage.cpp103 if ((image->rle = rleRender(image->rle, image->outline, renderRegion, antiAlias))) return true; in imageGenRle()
DtvgSwShape.cpp533 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()
DtvgSwRle.cpp855 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias) in rleRender() function
974 SwRle* rleRender(const SwBBox* bbox) in rleRender() function
DtvgSwCommon.h548 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias);
549 SwRle* rleRender(const SwBBox* bbox);