OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setglyphorientationvertical
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp
534
svgstyle->
setGlyphOrientationVertical
((EGlyphOrientation) orientation);
536
svgstyle->
setGlyphOrientationVertical
(GO_AUTO);
/external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h
145
void
setGlyphOrientationVertical
(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVertical = val; }
Completed in 144 milliseconds