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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 211 if (RefPtrWillBeRawPtr<CSSPrimitiveValue> value = glyphOrientationToCSSPrimitiveValue(svgStyle->glyphOrientationVertical()))
214 if (svgStyle->glyphOrientationVertical() == GO_AUTO)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 159 switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 304 EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }

Completed in 71 milliseconds