Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DArabicLayoutEngine.cpp89 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
194 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
DHanLayoutEngine.cpp66 glyphStorage.allocateGlyphArray(count, FALSE, success); in characterProcessing()
DTibetanLayoutEngine.cpp71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DKhmerLayoutEngine.cpp65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DThaiLayoutEngine.cpp82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success); in computeGlyphs()
DLEGlyphStorage.h231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
DIndicLayoutEngine.cpp108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DLayoutEngine.cpp226 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
477 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
DHangulLayoutEngine.cpp230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCod… in allocateGlyphArray() function in LEGlyphStorage
DOpenTypeLayoutEngine.cpp319 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()