Searched refs:glyphOrientation (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp774 static void getFontAndGlyphOrientation(const RenderStyle* style, FontOrientation& fontOrientation, NonCJKGlyphOrientation& glyphOrientation) argument
778 glyphOrientation = NonCJKGlyphOrientationVerticalRight;
785 glyphOrientation = NonCJKGlyphOrientationVerticalRight;
789 glyphOrientation = NonCJKGlyphOrientationUpright;
795 glyphOrientation = NonCJKGlyphOrientationVerticalRight;
799 glyphOrientation = NonCJKGlyphOrientationVerticalRight;
803 glyphOrientation = NonCJKGlyphOrientationVerticalRight;
808 glyphOrientation = NonCJKGlyphOrientationVerticalRight;
894 NonCJKGlyphOrientation glyphOrientation; local
895 getFontAndGlyphOrientation(documentStyle.get(), fontOrientation, glyphOrientation);
1566 NonCJKGlyphOrientation glyphOrientation; local
[all...]

Completed in 74 milliseconds