OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapCharsToGlyphs
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
ArabicLayoutEngine.cpp
151
// made a clone of
mapCharsToGlyphs
which took the fake glyphs
167
ArabicOpenTypeLayoutEngine::
mapCharsToGlyphs
(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStorage, success);
174
void UnicodeArabicOpenTypeLayoutEngine::
mapCharsToGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
LEFontInstance.cpp
49
void LEFontInstance::
mapCharsToGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count,
LayoutEngine.cpp
319
mapCharsToGlyphs
(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success);
322
mapCharsToGlyphs
(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
468
void LayoutEngine::
mapCharsToGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror,
479
fFontInstance->
mapCharsToGlyphs
(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyphStorage);
Completed in 446 milliseconds