Searched defs:SkSVGTextAnchor (Results 1 – 1 of 1) sorted by relevance
619 SkSVGTextAnchor() : fType(Type::kInherit) {} in SkSVGTextAnchor() function620 explicit SkSVGTextAnchor(Type t) : fType(t) {} in SkSVGTextAnchor() function