Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h70 …SVG_RS_DEFINE_ATTRIBUTE_INHERITED(EGlyphOrientation, GlyphOrientationHorizontal, glyphOrientationH…
71 …SVG_RS_DEFINE_ATTRIBUTE_INHERITED(EGlyphOrientation, GlyphOrientationVertical, glyphOrientationVer…
DSVGRenderStyleDefs.h106 enum EGlyphOrientation { enum
/external/webkit/WebCore/css/
DSVGCSSStyleSelector.cpp511 svgstyle->setGlyphOrientationHorizontal((EGlyphOrientation) orientation); in applySVGProperty()
526 svgstyle->setGlyphOrientationVertical((EGlyphOrientation) orientation); in applySVGProperty()
DSVGCSSComputedStyleDeclaration.cpp33 static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientat… in glyphOrientationToCSSPrimitiveValue()