Searched refs:NonCJKGlyphOrientationVerticalRight (Results 1 – 5 of 5) sorted by relevance
31 enum NonCJKGlyphOrientation { NonCJKGlyphOrientationVerticalRight, NonCJKGlyphOrientationUpright }; enumerator
531 glyphOrientation = NonCJKGlyphOrientationVerticalRight; in getFontAndGlyphOrientation()538 glyphOrientation = NonCJKGlyphOrientationVerticalRight; in getFontAndGlyphOrientation()548 glyphOrientation = NonCJKGlyphOrientationVerticalRight; in getFontAndGlyphOrientation()552 glyphOrientation = NonCJKGlyphOrientationVerticalRight; in getFontAndGlyphOrientation()556 glyphOrientation = NonCJKGlyphOrientationVerticalRight; in getFontAndGlyphOrientation()561 glyphOrientation = NonCJKGlyphOrientationVerticalRight; in getFontAndGlyphOrientation()
182 … } else if (m_fontDescription.nonCJKGlyphOrientation() == NonCJKGlyphOrientationVerticalRight) { in fontDataForCombiningCharacterSequence()
81 , m_nonCJKGlyphOrientation(NonCJKGlyphOrientationVerticalRight) in FontDescription()
146 } else if (orientation == NonCJKGlyphOrientationVerticalRight) { in glyphDataAndPageForNonCJKCharacterWithGlyphOrientation()