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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataCoreText.cpp 83 if (bufferLength >= 2 && U_IS_SURROGATE(buffer[0]) && fontData->hasVerticalGlyphs()) {
89 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
127 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), getCFStringAttributes(0, hasVerticalGlyphs() ? Vertical : Horizontal)));
FontComplexTextMac.cpp 176 if (Character::isCJKIdeographOrSymbol(baseCharacter) && !simpleFontData->hasVerticalGlyphs()) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 100 bool hasVerticalGlyphs() const { return m_hasVerticalGlyphs; }
Font.cpp 483 if (!data.fontData->hasVerticalGlyphs()) {
555 if (characterFontData->platformData().orientation() == Vertical && !characterFontData->hasVerticalGlyphs() && Character::isCJKIdeographOrSymbol(c))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 454 || renderer().style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs())
465 if (curr->renderer().style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs())
476 if (usedFonts->at(i)->hasVerticalGlyphs())
    [all...]

Completed in 255 milliseconds