Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwImage.cpp97 return mathUpdateOutlineBBox(image->outline, clipRegion, renderRegion, image->direct); in imagePrepare()
DtvgSwShape.cpp502 …if (!mathUpdateOutlineBBox(shape->outline, clipRegion, renderRegion, shape->fastTrack)) return fal… in shapePrepare()
620 if (!mathUpdateOutlineBBox(strokeOutline, clipRegion, renderRegion, false)) { in shapeGenStrokeRle()
DtvgSwMath.cpp296 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion… in mathUpdateOutlineBBox() function
DtvgSwCommon.h500 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion…