Searched refs:forceSmallCaps (Results 1 – 4 of 4) sorted by relevance
148 bool forceSmallCaps = isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in advance() local149 …nextFontData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ? SmallCapsVariant : Auto… in advance()151 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c; in advance()153 smallCapsBuffer[index] = forceSmallCaps ? c : newC; in advance()
228 bool forceSmallCaps = !isSurrogate && isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in collectComplexTextRuns() local240 …nextGlyphData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ? SmallCapsVariant : Aut… in collectComplexTextRuns()243 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c; in collectComplexTextRuns()245 m_smallCapsBuffer[index] = forceSmallCaps ? c : newC; in collectComplexTextRuns()
40311 … (WebCore::Font::glyphDataForCharacter): Replaced the forceSmallCaps boolean with a FontDataVariant
66501 (WebCore::Font::glyphDataForCharacter): Added a forceSmallCaps argument