HomeSort by relevance Sort by last modified time
    Searched refs:glyphOrientationVertical (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 174 if (RefPtr<CSSPrimitiveValue> value = glyphOrientationToCSSPrimitiveValue(svgStyle->glyphOrientationVertical()))
177 if (svgStyle->glyphOrientationVertical() == GO_AUTO)
SVGCSSStyleSelector.cpp 526 HANDLE_INHERIT_AND_INITIAL(glyphOrientationVertical, GlyphOrientationVertical)
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 158 switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) {
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 294 EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }

Completed in 32 milliseconds