Searched refs:nextIsSmallCaps (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DUniscribeController.cpp136 bool nextIsSmallCaps = m_font.isSmallCaps() && !(category(*curr) & (Mark_NonSpacing | Mark_Enclosing | Mark_SpacingCombining)) && (newC = toUpper(*curr)) != *curr; local
138 if (nextIsSmallCaps)
147 isSmallCaps = nextIsSmallCaps;
154 nextIsSmallCaps = forceSmallCaps || (newC = toUpper(c)) != c;
155 if (nextIsSmallCaps)
162 if (nextFontData != fontData || nextIsSmallCaps != isSmallCaps) {
178 itemizeShapeAndPlace((nextIsSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, nextFontData, glyphBuffer);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DComplexTextController.cpp329 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
331 if (nextIsSmallCaps) {
338 nextFontData = m_font.fontDataForCombiningCharacterSequence(sequenceStart, curr - sequenceStart, nextIsSmallCaps ? SmallCapsVariant : NormalVariant);
345 isSmallCaps = nextIsSmallCaps;
352 nextIsSmallCaps = (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
353 if (nextIsSmallCaps) {
364 nextFontData = m_font.fontDataForCombiningCharacterSequence(cp + index, curr - cp - index, nextIsSmallCaps ? SmallCapsVariant : NormalVariant);
380 collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !nextIsMissingGlyph ? nextFontData : 0);

Completed in 95 milliseconds