Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp43 …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 …]
DtvgSvgPath.h31 bool svgPathToShape(const char* svgPath, Shape* shape);
DtvgSvgSceneBuilder.h31 …spectRatioAlign align, AspectRatioMeetOrSlice meetOrSlice, const string& svgPath, SvgViewFlag view…
DtvgSvgLoader.h36 string svgPath = ""; variable
DtvgSvgPath.cpp549 bool svgPathToShape(const char* svgPath, Shape* shape) in svgPathToShape() argument
559 char* path = (char*)svgPath; in svgPathToShape()
DtvgSvgLoader.cpp3841 root = svgSceneBuild(loaderData, {vx, vy, vw, vh}, w, h, align, meetOrSlice, svgPath, viewFlag); in run()
3962 svgPath = path; in open()