Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGFe.h66 SVG_ATTR(In, SkSVGFeInputType, SkSVGFeInputType()) in SVG_ATTR() argument
H A DSkSVGTypes.h648 SkSVGFeInputType() : fType(Type::kUnspecified) {} in SkSVGFeInputType() function
649 explicit SkSVGFeInputType(Type t) : fType(t) {} in SkSVGFeInputType() function
650 explicit SkSVGFeInputType(const SkSVGStringType& id) in SkSVGFeInputType() function