Home
last modified time | relevance | path

Searched defs:svgPath (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp208 …ode(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath) in _appendClipUseNode()
225 …erData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, bool clip) in _appendClipChild()
254 …gLoaderData& loaderData, Paint* paint, const SvgNode* node, const Box& vBox, const string& svgPath) in _applyComposition()
317 …oaderData& loaderData, SvgNode* node, Shape* vg, const Box& vBox, const string& svgPath, bool clip) in _applyProperty()
398 …_shapeBuildHelper(SvgLoaderData& loaderData, SvgNode* node, const Box& vBox, const string& svgPath) in _shapeBuildHelper()
462 …ape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath) in _appendShape()
471 …erData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, const Mat… in _appendClipShape()
574 …_imageBuildHelper(SvgLoaderData& loaderData, SvgNode* node, const Box& vBox, const string& svgPath) in _imageBuildHelper()
717 …(SvgLoaderData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath, int depth… in _useBuildHelper()
807 …BuildHelper(SvgLoaderData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath) in _textBuildHelper()
[all …]
DtvgSvgLoader.h36 string svgPath = ""; variable
DtvgSvgPath.cpp549 bool svgPathToShape(const char* svgPath, Shape* shape) in svgPathToShape()