Searched refs:mathUpdateOutlineBBox (Results 1 – 4 of 4) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwImage.cpp | 97 return mathUpdateOutlineBBox(image->outline, clipRegion, renderRegion, image->direct); in imagePrepare()
|
| D | tvgSwShape.cpp | 502 …if (!mathUpdateOutlineBBox(shape->outline, clipRegion, renderRegion, shape->fastTrack)) return fal… in shapePrepare() 620 if (!mathUpdateOutlineBBox(strokeOutline, clipRegion, renderRegion, false)) { in shapeGenStrokeRle()
|
| D | tvgSwMath.cpp | 296 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion… in mathUpdateOutlineBBox() function
|
| D | tvgSwCommon.h | 500 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion…
|