Searched refs:SVGSrc (Results 1 – 6 of 6) sorted by relevance
296 class SVGSrc : public Src {298 explicit SVGSrc(Path path);
1252 SVGSrc::SVGSrc(Path path) in SVGSrc() function in DM::SVGSrc1277 Error SVGSrc::draw(SkCanvas* canvas) const { in draw()1289 SkISize SVGSrc::size() const { in size()1298 Name SVGSrc::name() const { return fName; } in name()1300 bool SVGSrc::veto(SinkFlags flags) const { in veto()
788 gather_file_srcs<SVGSrc>(FLAGS_svgs, "svg"); in gather_srcs()
282 class SVGSrc : public Src {284 explicit SVGSrc(Path path);
1185 SVGSrc::SVGSrc(Path path) in SVGSrc() function in DM::SVGSrc1210 Error SVGSrc::draw(SkCanvas* canvas) const { in draw()1222 SkISize SVGSrc::size() const { in size()1231 Name SVGSrc::name() const { return fName; } in name()1233 bool SVGSrc::veto(SinkFlags flags) const { in veto()
790 gather_file_srcs<SVGSrc>(FLAGS_svgs, "svg"); in gather_srcs()