Searched refs:glyphOrientationVertical (Results 1 – 4 of 4) sorted by relevance
174 …SPrimitiveValue> value = glyphOrientationToCSSPrimitiveValue(svgStyle->glyphOrientationVertical())) in getSVGPropertyCSSValue()177 if (svgStyle->glyphOrientationVertical() == GO_AUTO) in getSVGPropertyCSSValue()
526 HANDLE_INHERIT_AND_INITIAL(glyphOrientationVertical, GlyphOrientationVertical) in applySVGProperty()
158 …switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) { in calculateGlyphOrientationAngle()
294 …EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flag… in glyphOrientationVertical() function