Home
last modified time | relevance | path

Searched defs:clipRegion (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwImage.cpp78 bool imagePrepare(SwImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& render… in imagePrepare()
DtvgSwMath.cpp296 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion… in mathUpdateOutlineBBox()
DtvgSwShape.cpp499 …pe* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& … in shapePrepare()
592 …ape* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& … in shapeGenStrokeRle()
DtvgSwRenderer.cpp219 auto clipRegion = bbox; in run() local