OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_smallCapsBuffer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
231
m_smallCapsBuffer
.resize(m_end);
254
m_smallCapsBuffer
[sequenceStart - cp] = uppercaseCharacter;
256
m_smallCapsBuffer
[sequenceStart - cp + i + 1] = sequenceStart[i + 1];
276
m_smallCapsBuffer
[index] = uppercaseCharacter;
278
m_smallCapsBuffer
[index + i + 1] = cp[index + i + 1];
294
collectComplexTextRunsForCharacters((isSmallCaps ?
m_smallCapsBuffer
.data() : cp) + itemStart, itemLength, itemStart, !isMissingGlyph ? fontData : 0);
302
collectComplexTextRunsForCharacters((nextIsSmallCaps ?
m_smallCapsBuffer
.data() : cp) + itemStart, itemLength, itemStart, !nextIsMissingGlyph ? nextFontData : 0);
ComplexTextController.h
147
Vector<UChar, 256>
m_smallCapsBuffer
;
Completed in 38 milliseconds