Home
last modified time | relevance | path

Searched refs:textAnchor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp114 return CSSPrimitiveValue::create(svgStyle->textAnchor()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp458 HANDLE_INHERIT_AND_INITIAL(textAnchor, TextAnchor) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextChunkBuilder.cpp116 switch (svgStyle->textAnchor()) { in addTextChunk()
DSVGRenderTreeAsText.cpp472 ETextAnchor anchor = svgStyle->textAnchor(); in writeSVGInlineTextBox()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h291 ETextAnchor textAnchor() const { return (ETextAnchor) svg_inherited_flags._textAnchor; } in textAnchor() function