Home
last modified time | relevance | path

Searched defs:SkSVGFeInputType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/svg/include/
DSkSVGFe.h57 SVG_ATTR(In, SkSVGFeInputType, SkSVGFeInputType()) in SVG_ATTR() argument
DSkSVGFilterContext.h18 class SkSVGFeInputType; variable
DSkSVGTypes.h608 SkSVGFeInputType() : fType(Type::kUnspecified) {} in SkSVGFeInputType() function
609 explicit SkSVGFeInputType(Type t) : fType(t) {} in SkSVGFeInputType() function
610 explicit SkSVGFeInputType(const SkSVGStringType& id) in SkSVGFeInputType() function