Home
last modified time | relevance | path

Searched refs:EGlyphOrientation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h71 static EGlyphOrientation initialGlyphOrientationHorizontal() { return GO_0DEG; } in initialGlyphOrientationHorizontal()
72 static EGlyphOrientation initialGlyphOrientationVertical() { return GO_AUTO; } in initialGlyphOrientationVertical()
144 …void setGlyphOrientationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationH… in setGlyphOrientationHorizontal()
145 …void setGlyphOrientationVertical(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVer… in setGlyphOrientationVertical()
293EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_fl… in glyphOrientationHorizontal()
294EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flag… in glyphOrientationVertical()
DSVGRenderStyleDefs.h71 enum EGlyphOrientation { enum
/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp519 svgstyle->setGlyphOrientationHorizontal((EGlyphOrientation) orientation); in applySVGProperty()
534 svgstyle->setGlyphOrientationVertical((EGlyphOrientation) orientation); in applySVGProperty()
DSVGCSSComputedStyleDeclaration.cpp33 static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientat… in glyphOrientationToCSSPrimitiveValue()