Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGTypes.h620 SkSVGTextAnchor() : fType(Type::kInherit) {} in SkSVGTextAnchor() function
621 explicit SkSVGTextAnchor(Type t) : fType(t) {} in SkSVGTextAnchor() function