Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DGlyphPageTreeNodeMac.cpp48 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) { in shouldUseCoreText()
90 …Default, string.get(), fontData->getCFStringAttributes(0, fontData->hasVerticalGlyphs() ? Vertical… in fill()
DFontComplexTextMac.cpp179 if (isCJKIdeographOrSymbol(baseCharacter) && !simpleFontData->hasVerticalGlyphs()) { in fontDataForCombiningCharacterSequence()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h104 bool hasVerticalGlyphs() const { return m_hasVerticalGlyphs; } in hasVerticalGlyphs() function
DFontFastPath.cpp206 if (!data.fontData->hasVerticalGlyphs()) { in glyphDataAndPageForCharacter()
283 …ta->platformData().orientation() == Vertical && !characterFontData->hasVerticalGlyphs() && isCJKId… in glyphDataAndPageForCharacter()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp442 || renderer()->style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs()) in requiresIdeographicBaseline()
453 … if (curr->renderer()->style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs()) in requiresIdeographicBaseline()
464 if (usedFonts->at(i)->hasVerticalGlyphs()) in requiresIdeographicBaseline()