Searched refs:svgPath (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgSceneBuilder.cpp | 43 …pe(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath); 44 … loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, const Matrix* tr… 45 …derData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath, bool mask, int d… 208 …ode(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath) in _appendClipUseNode() argument 221 …return _appendClipShape(loaderData, child, shape, vBox, svgPath, identity((const Matrix*)(&finalTr… in _appendClipUseNode() 225 …erData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, bool clip) in _appendClipChild() argument 228 return _appendClipUseNode(loaderData, node, shape, vBox, svgPath); in _appendClipChild() 230 return _appendClipShape(loaderData, node, shape, vBox, svgPath, nullptr); in _appendClipChild() 254 …gLoaderData& loaderData, Paint* paint, const SvgNode* node, const Box& vBox, const string& svgPath) in _applyComposition() argument 272 …if (_appendClipChild(loaderData, *child, comp.get(), vBox, svgPath, compNode->child.count > 1)) va… in _applyComposition() [all …]
|
D | tvgSvgPath.h | 31 bool svgPathToShape(const char* svgPath, Shape* shape);
|
D | tvgSvgSceneBuilder.h | 31 …spectRatioAlign align, AspectRatioMeetOrSlice meetOrSlice, const string& svgPath, SvgViewFlag view…
|
D | tvgSvgLoader.h | 36 string svgPath = ""; variable
|
D | tvgSvgPath.cpp | 549 bool svgPathToShape(const char* svgPath, Shape* shape) in svgPathToShape() argument 559 char* path = (char*)svgPath; in svgPathToShape()
|
D | tvgSvgLoader.cpp | 3841 root = svgSceneBuild(loaderData, {vx, vy, vw, vh}, w, h, align, meetOrSlice, svgPath, viewFlag); in run() 3962 svgPath = path; in open()
|