Searched refs:SVGSrc (Results 1 – 3 of 3) sorted by relevance
259 class SVGSrc : public Src {261 explicit SVGSrc(Path path);
1139 SVGSrc::SVGSrc(Path path) in SVGSrc() function in DM::SVGSrc1162 Error SVGSrc::draw(SkCanvas* canvas) const { in draw()1174 SkISize SVGSrc::size() const { in size()1183 Name SVGSrc::name() const { return fName; } in name()1185 bool SVGSrc::veto(SinkFlags flags) const { in veto()
768 gather_file_srcs<SVGSrc>(FLAGS_svgs, "svg"); in gather_srcs()