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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 205 if (RefPtr<CSSPrimitiveValue> value = glyphOrientationToCSSPrimitiveValue(svgStyle->glyphOrientationVertical()))
208 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 320 EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]

Completed in 36 milliseconds