Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DGlyphMapAndroid.cpp107 if (fontData->platformData().orientation() == Vertical && !fontData->hasVerticalGlyphs()) { in fill()
119 if (fontData->hasVerticalGlyphs()) { in fill()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp42 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) { in shouldUseCoreText()
73 …Default, string.get(), fontData->getCFStringAttributes(0, fontData->hasVerticalGlyphs() ? Vertical… in fill()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGlyphPageTreeNodeSkia.cpp94 if (fontData->hasVerticalGlyphs()) { in fill()
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h104 bool hasVerticalGlyphs() const { return m_hasVerticalGlyphs; } in hasVerticalGlyphs() function
DFontFastPath.cpp85 if (!data.fontData->hasVerticalGlyphs()) { in glyphDataForCharacter()
/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.cpp419 || renderer()->style(m_firstLine)->font().primaryFont()->hasVerticalGlyphs()) in requiresIdeographicBaseline()
430 if (curr->renderer()->style(m_firstLine)->font().primaryFont()->hasVerticalGlyphs()) in requiresIdeographicBaseline()
441 if (usedFonts->at(i)->hasVerticalGlyphs()) in requiresIdeographicBaseline()
/external/webkit/Source/WebCore/
DChangeLog50534 (WebCore::SimpleFontData::hasVerticalGlyphs):