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
620 SkSVGFeInputType() : fType(Type::kUnspecified) {} in SkSVGFeInputType() function621 explicit SkSVGFeInputType(Type t) : fType(t) {} in SkSVGFeInputType() function622 explicit SkSVGFeInputType(const SkSVGStringType& id) in SkSVGFeInputType() function