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