Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp305 if (m_font.isSmallCaps()) in collectComplexTextRuns()
325 bool isSmallCaps; in collectComplexTextRuns() local
326 …bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (u… in collectComplexTextRuns()
342 isSmallCaps = nextIsSmallCaps; in collectComplexTextRuns()
348 if (m_font.isSmallCaps()) { in collectComplexTextRuns()
369 …collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, ite… in collectComplexTextRuns()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h114 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps() function
DWidthIterator.cpp193 if (!m_font->isSmallCaps() || character == toUpper(character)) in advanceInternal()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp690 if (m_font->isSmallCaps() && u_islower(m_normalizedBuffer[currentRun->startIndex()])) { in shapeHarfBuzzRuns()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp731 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()