Searched refs:EGlyphOrientation (Results 1 – 4 of 4) sorted by relevance
70 …SVG_RS_DEFINE_ATTRIBUTE_INHERITED(EGlyphOrientation, GlyphOrientationHorizontal, glyphOrientationH…71 …SVG_RS_DEFINE_ATTRIBUTE_INHERITED(EGlyphOrientation, GlyphOrientationVertical, glyphOrientationVer…
106 enum EGlyphOrientation { enum
511 svgstyle->setGlyphOrientationHorizontal((EGlyphOrientation) orientation); in applySVGProperty()526 svgstyle->setGlyphOrientationVertical((EGlyphOrientation) orientation); in applySVGProperty()
33 static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientat… in glyphOrientationToCSSPrimitiveValue()