Home
last modified time | relevance | path

Searched refs:SkCommandLineConfigSvg (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.h18 class SkCommandLineConfigSvg;
34 virtual const SkCommandLineConfigSvg* asConfigSvg() const { return nullptr; } in asConfigSvg()
142 // SkCommandLineConfigSvg is a SkCommandLineConfig that extracts information out of the backend
145 class SkCommandLineConfigSvg : public SkCommandLineConfig { class
147 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex);
148 const SkCommandLineConfigSvg* asConfigSvg() const override { return this; }
H A DCommonFlagsConfig.cpp664 SkCommandLineConfigSvg::SkCommandLineConfigSvg(const SkString& tag, in SkCommandLineConfigSvg() function in SkCommandLineConfigSvg
669 SkCommandLineConfigSvg* parse_command_line_config_svg(const SkString& tag, in parse_command_line_config_svg()
687 return new SkCommandLineConfigSvg(tag, vias, pageIndex); in parse_command_line_config_svg()
/third_party/skia/dm/
H A DDM.cpp971 if (const SkCommandLineConfigSvg* svgConfig = config->asConfigSvg()) { in create_sink()

Completed in 5 milliseconds