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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 71 static EGlyphOrientation initialGlyphOrientationHorizontal() { return GO_0DEG; }
72 static EGlyphOrientation initialGlyphOrientationVertical() { return GO_AUTO; }
144 void setGlyphOrientationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationHorizontal = val; }
145 void setGlyphOrientationVertical(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVertical = val; }
293 EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; }
294 EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }
363 unsigned _glyphOrientationHorizontal : 3; // EGlyphOrientation
364 unsigned _glyphOrientationVertical : 3; // EGlyphOrientation
    [all...]
SVGRenderStyleDefs.h 71 enum EGlyphOrientation {
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 519 svgstyle->setGlyphOrientationHorizontal((EGlyphOrientation) orientation);
534 svgstyle->setGlyphOrientationVertical((EGlyphOrientation) orientation);
SVGCSSComputedStyleDeclaration.cpp 33 static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientation)

Completed in 66 milliseconds