Searched refs:textAnchor (Results 1 – 5 of 5) sorted by relevance
114 return CSSPrimitiveValue::create(svgStyle->textAnchor()); in getSVGPropertyCSSValue()
458 HANDLE_INHERIT_AND_INITIAL(textAnchor, TextAnchor) in applySVGProperty()
116 switch (svgStyle->textAnchor()) { in addTextChunk()
472 ETextAnchor anchor = svgStyle->textAnchor(); in writeSVGInlineTextBox()
291 ETextAnchor textAnchor() const { return (ETextAnchor) svg_inherited_flags._textAnchor; } in textAnchor() function