Home
last modified time | relevance | path

Searched refs:fTextAnchor (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/svg/include/
DSkSVGAttribute.h98 SkSVGProperty<SkSVGTextAnchor, true> fTextAnchor; member
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp37 result.fTextAnchor.init(SkSVGTextAnchor::Type::kStart); in MakeInitial()
DSkSVGText.cpp103 switch (pctx.fInherited.fTextAnchor->type()) { in ComputeAlignmentFactor()