Searched refs:isSmallCaps (Results 1 – 5 of 5) sorted by relevance
305 if (m_font.isSmallCaps()) in collectComplexTextRuns()325 bool isSmallCaps; in collectComplexTextRuns() local326 …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()
114 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps() function
193 if (!m_font->isSmallCaps() || character == toUpper(character)) in advanceInternal()
690 if (m_font->isSmallCaps() && u_islower(m_normalizedBuffer[currentRun->startIndex()])) { in shapeHarfBuzzRuns()
731 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()