Searched defs:SkSVGFeInputType (Results 1 – 2 of 2) sorted by relevance
66 SVG_ATTR(In, SkSVGFeInputType, SkSVGFeInputType()) in SVG_ATTR() argument
648 SkSVGFeInputType() : fType(Type::kUnspecified) {} in SkSVGFeInputType() function649 explicit SkSVGFeInputType(Type t) : fType(t) {} in SkSVGFeInputType() function650 explicit SkSVGFeInputType(const SkSVGStringType& id) in SkSVGFeInputType() function