OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collectComplexTextRunsForCharacters
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h
145
//
collectComplexTextRunsForCharacters
() is a stub function that calls through to the ATSUI or Core Text variants based
147
void
collectComplexTextRunsForCharacters
(const UChar*, unsigned length, unsigned stringLocation, const SimpleFontData*);
ComplexTextController.cpp
251
collectComplexTextRunsForCharacters
((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontData : 0);
259
collectComplexTextRunsForCharacters
((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, nextGlyphData.glyph ? nextGlyphData.fontData : 0);
291
void ComplexTextController::
collectComplexTextRunsForCharacters
(const UChar* cp, unsigned length, unsigned stringLocation, const SimpleFontData* fontData)
Completed in 939 milliseconds