Home
last modified time | relevance | path

Searched defs:renderRegion (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwImage.cpp78 …wImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* m… in imagePrepare()
101 bool imageGenRle(SwImage* image, const SwBBox& renderRegion, bool antiAlias) in imageGenRle()
DtvgSwMath.cpp296 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion in mathUpdateOutlineBBox()
DtvgSwShape.cpp499 …hape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* m… in shapePrepare()
592 …Shape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* m… in shapeGenStrokeRle()
DtvgSwRenderer.cpp125 SwBBox renderRegion{}; in run() local
DtvgSwRle.cpp855 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias) in rleRender()