Searched refs:mapCharsToGlyphs (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/layout/
H A DGXLayoutEngine.cpp42 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success);
H A DGXLayoutEngine2.cpp40 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
H A DArabicLayoutEngine.h145 * Arabic Presentation Forms. It overrides the mapCharsToGlyphs method
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror,
H A DThaiLayoutEngine.cpp91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
H A DLEFontInstance.h20 * Instances of this class are used by <code>LEFontInstance::mapCharsToGlyphs</code> and
240 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
H A DArabicLayoutEngine.cpp151 // 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) function in class:UnicodeArabicOpenTypeLayoutEngine
H A DLEFontInstance.cpp49 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, function in class:LEFontInstance
H A DLayoutEngine.cpp319 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, function in class:LayoutEngine
479 fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyphStorage);
H A DLayoutEngine.h116 * <code>TRUE</code> if <code>mapCharsToGlyphs</code> should replace ZWJ / ZWNJ with a glyph
287 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp337 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);

Completed in 105 milliseconds