Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp326 …bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (u… in collectComplexTextRuns() local
328 if (nextIsSmallCaps) { in collectComplexTextRuns()
335 …taForCombiningCharacterSequence(sequenceStart, curr - sequenceStart, nextIsSmallCaps ? SmallCapsVa… in collectComplexTextRuns()
342 isSmallCaps = nextIsSmallCaps; in collectComplexTextRuns()
349 nextIsSmallCaps = (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter; in collectComplexTextRuns()
350 if (nextIsSmallCaps) { in collectComplexTextRuns()
361 …fontDataForCombiningCharacterSequence(cp + index, curr - cp - index, nextIsSmallCaps ? SmallCapsVa… in collectComplexTextRuns()
377 …collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart,… in collectComplexTextRuns()