Searched refs:isSmallCaps (Results 1 – 7 of 7) sorted by relevance
115 if (m_font.isSmallCaps()) in advance()127 bool isSmallCaps; in advance() local128 …bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_… in advance()139 isSmallCaps = nextIsSmallCaps; in advance()143 bool forceSmallCaps = isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in advance()145 if (m_font.isSmallCaps()) { in advance()154 if (nextFontData != fontData || nextIsSmallCaps != isSmallCaps) { in advance()158 …itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData… in advance()
183 if (m_font.isSmallCaps() || hasTrailingSoftHyphen) in collectComplexTextRuns()219 bool isSmallCaps; in collectComplexTextRuns() local220 …bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MAS… in collectComplexTextRuns()231 isSmallCaps = nextIsSmallCaps; in collectComplexTextRuns()235 bool forceSmallCaps = !isSurrogate && isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in collectComplexTextRuns()249 if (!isSurrogate && m_font.isSmallCaps()) { in collectComplexTextRuns()255 …if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphDa… in collectComplexTextRuns()258 …collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, ite… in collectComplexTextRuns()
91 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps() function
142 if (!m_font->isSmallCaps() || c == toUpper(c)) in advance()
434 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII) { in widthFromCache()
825 (khtml::Font::isSmallCaps):
19381 (WebCore::Font::isSmallCaps):