Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp57 static Box _boundingBox(const Shape* shape) in _boundingBox() function
73 static Box _boundingBox(const Text* text) in _boundingBox() function
330 if (!style->fill.paint.gradient->userSpace) bBox = _boundingBox(vg); in _applyProperty()
374 if (!style->stroke.paint.gradient->userSpace) bBox = _boundingBox(vg); in _applyProperty()
783 if (!style->fill.paint.gradient->userSpace) bBox = _boundingBox(text); in _applyTextFill()