Searched refs:EGlyphOrientation (Results 1 – 4 of 4) sorted by relevance
71 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()293 …EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_fl… in glyphOrientationHorizontal()294 …EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flag… in glyphOrientationVertical()
71 enum EGlyphOrientation { enum
519 svgstyle->setGlyphOrientationHorizontal((EGlyphOrientation) orientation); in applySVGProperty()534 svgstyle->setGlyphOrientationVertical((EGlyphOrientation) orientation); in applySVGProperty()
33 static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientat… in glyphOrientationToCSSPrimitiveValue()