Lines Matching refs:string
43 …pe(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath);
44 …derData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, const Ma…
45 …r(SvgLoaderData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath, bool mas…
208 …ode(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath) in _appendClipUseNode()
225 …derData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, bool cli… in _appendClipChild()
254 …gLoaderData& loaderData, Paint* paint, const SvgNode* node, const Box& vBox, const string& svgPath) in _applyComposition()
317 …LoaderData& loaderData, SvgNode* node, Shape* vg, const Box& vBox, const string& svgPath, bool cli… 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 …derData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, const Ma… in _appendClipShape()
574 …_imageBuildHelper(SvgLoaderData& loaderData, SvgNode* node, const Box& vBox, const string& svgPath) in _imageBuildHelper()
614 string imagePath = href; in _imageBuildHelper()
617 imagePath = svgPath.substr(0, (last == string::npos ? 0 : last + 1)) + imagePath; in _imageBuildHelper()
717 …r(SvgLoaderData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath, int dept… in _useBuildHelper()
807 …BuildHelper(SvgLoaderData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath) in _textBuildHelper()
831 …r(SvgLoaderData& loaderData, const SvgNode* node, const Box& vBox, const string& svgPath, bool mas… in _sceneBuildHelper()
910 …oat h, AspectRatioAlign align, AspectRatioMeetOrSlice meetOrSlice, const string& svgPath, SvgViewF… in svgSceneBuild()