Home
last modified time | relevance | path

Searched refs:NonCJKGlyphOrientationVerticalRight (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DNonCJKGlyphOrientation.h31 enum NonCJKGlyphOrientation { NonCJKGlyphOrientationVerticalRight, NonCJKGlyphOrientationUpright }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp531 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()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontComplexTextMac.cpp182 … } else if (m_fontDescription.nonCJKGlyphOrientation() == NonCJKGlyphOrientationVerticalRight) { in fontDataForCombiningCharacterSequence()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h81 , m_nonCJKGlyphOrientation(NonCJKGlyphOrientationVerticalRight) in FontDescription()
DFontFastPath.cpp146 } else if (orientation == NonCJKGlyphOrientationVerticalRight) { in glyphDataAndPageForNonCJKCharacterWithGlyphOrientation()