Home
last modified time | relevance | path

Searched refs:glyphOrientationVertical (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp174 …SPrimitiveValue> value = glyphOrientationToCSSPrimitiveValue(svgStyle->glyphOrientationVertical())) in getSVGPropertyCSSValue()
177 if (svgStyle->glyphOrientationVertical() == GO_AUTO) in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp526 HANDLE_INHERIT_AND_INITIAL(glyphOrientationVertical, GlyphOrientationVertical) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineBaseline.cpp158 …switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) { in calculateGlyphOrientationAngle()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h294 …EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flag… in glyphOrientationVertical() function