Searched defs:SkSVGFeInputType (Results 1 – 3 of 3) sorted by relevance
57 SVG_ATTR(In, SkSVGFeInputType, SkSVGFeInputType()) in SVG_ATTR() argument
18 class SkSVGFeInputType; variable
608 SkSVGFeInputType() : fType(Type::kUnspecified) {} in SkSVGFeInputType() function609 explicit SkSVGFeInputType(Type t) : fType(t) {} in SkSVGFeInputType() function610 explicit SkSVGFeInputType(const SkSVGStringType& id) in SkSVGFeInputType() function