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