EGlyphOrientation 33 Source/core/css/SVGCSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientation) EGlyphOrientation 1165 Source/core/css/resolver/StyleBuilderCustom.cpp static bool degreeToGlyphOrientation(CSSPrimitiveValue* primitiveValue, EGlyphOrientation& orientation) EGlyphOrientation 2274 Source/core/css/resolver/StyleBuilderCustom.cpp EGlyphOrientation orientation; EGlyphOrientation 2292 Source/core/css/resolver/StyleBuilderCustom.cpp EGlyphOrientation orientation; EGlyphOrientation 72 Source/core/rendering/style/SVGRenderStyle.h static EGlyphOrientation initialGlyphOrientationHorizontal() { return GO_0DEG; } EGlyphOrientation 73 Source/core/rendering/style/SVGRenderStyle.h static EGlyphOrientation initialGlyphOrientationVertical() { return GO_AUTO; } EGlyphOrientation 142 Source/core/rendering/style/SVGRenderStyle.h void setGlyphOrientationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationHorizontal = val; } EGlyphOrientation 143 Source/core/rendering/style/SVGRenderStyle.h void setGlyphOrientationVertical(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVertical = val; } EGlyphOrientation 319 Source/core/rendering/style/SVGRenderStyle.h EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; } EGlyphOrientation 320 Source/core/rendering/style/SVGRenderStyle.h EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }