HomeSort by relevance Sort by last modified time
    Searched refs:hasVerticalGlyphs (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
GlyphMapAndroid.cpp 107 if (fontData->platformData().orientation() == Vertical && !fontData->hasVerticalGlyphs()) {
119 if (fontData->hasVerticalGlyphs()) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 42 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
73 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(0, fontData->hasVerticalGlyphs() ? Vertical : Horizontal)));
  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 94 if (fontData->hasVerticalGlyphs()) {
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 104 bool hasVerticalGlyphs() const { return m_hasVerticalGlyphs; }
FontFastPath.cpp 85 if (!data.fontData->hasVerticalGlyphs()) {
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 419 || renderer()->style(m_firstLine)->font().primaryFont()->hasVerticalGlyphs())
430 if (curr->renderer()->style(m_firstLine)->font().primaryFont()->hasVerticalGlyphs())
441 if (usedFonts->at(i)->hasVerticalGlyphs())
    [all...]

Completed in 413 milliseconds