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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp 308 if (m_font.isSmallCaps())
328 bool isSmallCaps;
329 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
345 isSmallCaps = nextIsSmallCaps;
351 if (m_font.isSmallCaps()) {
372 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !isMissingGlyph ? fontData : 0);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h 114 bool isSmallCaps() const { return m_fontDescription.smallCaps(); }
WidthIterator.cpp 197 if (!m_font->isSmallCaps() || character == toUpper(character))
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 479 if (m_font->isSmallCaps() && u_islower(m_normalizedBuffer[currentRun->startIndex()])) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 726 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->computeBounds)) {
    [all...]

Completed in 1373 milliseconds