Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineBaseline.cpp158 …switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) { in calculateGlyphOrientationAngle()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp172 return glyphOrientationToCSSPrimitiveValue(svgStyle->glyphOrientationHorizontal()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp511 HANDLE_INHERIT_AND_INITIAL(glyphOrientationHorizontal, GlyphOrientationHorizontal) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h293 …EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_fl… in glyphOrientationHorizontal() function