Home
last modified time | relevance | path

Searched refs:setGlyphOrientationVertical (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp534 svgstyle->setGlyphOrientationVertical((EGlyphOrientation) orientation); in applySVGProperty()
536 svgstyle->setGlyphOrientationVertical(GO_AUTO); in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h145 …void setGlyphOrientationVertical(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVer… in setGlyphOrientationVertical() function