Searched defs:SkSVGObjectBoundingBoxUnits (Results 1 – 4 of 4) sorted by relevance
25 SkSVGObjectBoundingBoxUnits, in SVG_ATTR() argument
421 SkSVGObjectBoundingBoxUnits() : fType(Type::kUserSpaceOnUse) {} in SkSVGObjectBoundingBoxUnits() function422 explicit SkSVGObjectBoundingBoxUnits(Type t) : fType(t) {} in SkSVGObjectBoundingBoxUnits() function
34 SkSVGObjectBoundingBoxUnits, in SVG_ATTR() argument
461 SkSVGObjectBoundingBoxUnits() : fType(Type::kUserSpaceOnUse) {} in SkSVGObjectBoundingBoxUnits() function462 explicit SkSVGObjectBoundingBoxUnits(Type t) : fType(t) {} in SkSVGObjectBoundingBoxUnits() function