OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVerticalGlyphs
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp
48
if (fontData->platformData().widthVariant() != RegularWidth || fontData->
hasVerticalGlyphs
()) {
90
RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(0, fontData->
hasVerticalGlyphs
() ? Vertical : Horizontal)));
FontComplexTextMac.cpp
180
if (isCJKIdeographOrSymbol(baseCharacter) && !simpleFontData->
hasVerticalGlyphs
()) {
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.h
115
bool
hasVerticalGlyphs
() const { return m_hasVerticalGlyphs; }
FontFastPath.cpp
205
if (!data.fontData->
hasVerticalGlyphs
()) {
281
if (characterFontData->platformData().orientation() == Vertical && !characterFontData->
hasVerticalGlyphs
() && isCJKIdeographOrSymbol(c))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp
442
|| renderer()->style(isFirstLineStyle())->font().primaryFont()->
hasVerticalGlyphs
())
453
if (curr->renderer()->style(isFirstLineStyle())->font().primaryFont()->
hasVerticalGlyphs
())
464
if (usedFonts->at(i)->
hasVerticalGlyphs
())
[
all
...]
Completed in 1134 milliseconds