Searched refs:mapCharsToGlyphs (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/layout/ |
D | ArabicLayoutEngine.cpp | 167 …ArabicOpenTypeLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStora… in glyphPostProcessing() 174 void UnicodeArabicOpenTypeLayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, … in mapCharsToGlyphs() function in UnicodeArabicOpenTypeLayoutEngine
|
D | LayoutEngine.cpp | 276 … mapCharsToGlyphs(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs() 279 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs() 425 void LayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bo… in mapCharsToGlyphs() function in LayoutEngine 436 …fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyp… in mapCharsToGlyphs()
|
D | GXLayoutEngine.cpp | 42 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success); in computeGlyphs()
|
D | ThaiLayoutEngine.cpp | 89 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success); in computeGlyphs()
|
D | ArabicLayoutEngine.h | 216 …virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool re…
|
D | LEFontInstance.h | 219 …virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool re…
|
D | LayoutEngine.h | 273 …virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool re…
|
D | LEFontInstance.cpp | 49 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, in mapCharsToGlyphs() function in LEFontInstance
|
D | OpenTypeLayoutEngine.cpp | 193 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in glyphProcessing()
|