Home
last modified time | relevance | path

Searched refs:allocateGlyphArray (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/layout/
DArabicLayoutEngine.cpp85 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
192 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
DHanLayoutEngine.cpp66 glyphStorage.allocateGlyphArray(count, FALSE, success); in characterProcessing()
DThaiLayoutEngine.cpp80 glyphStorage.allocateGlyphArray(count * 2, FALSE, success); in computeGlyphs()
DKhmerLayoutEngine.cpp65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DTibetanLayoutEngine.cpp71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DIndicLayoutEngine.cpp98 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DLEGlyphStorage.h231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
DLayoutEngine.cpp204 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
432 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
DHangulLayoutEngine.cpp230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DOpenTypeLayoutEngine.cpp169 glyphStorage.allocateGlyphArray(outCharCount, rightToLeft, success); in characterProcessing()
DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCod… in allocateGlyphArray() function in LEGlyphStorage