Home
last modified time | relevance | path

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

/external/skia/modules/svg/include/
DSkSVGTypes.h580 SkSVGTextAnchor() : fType(Type::kInherit) {} in SkSVGTextAnchor() function
581 explicit SkSVGTextAnchor(Type t) : fType(t) {} in SkSVGTextAnchor() function