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

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DHanLayoutEngine.cpp66 glyphStorage.allocateGlyphArray(count, FALSE, success);
H A DKhmerLayoutEngine.cpp65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DTibetanLayoutEngine.cpp71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DThaiLayoutEngine.cpp82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
H A DLEGlyphStorage.h116 * <code>allocateGlyphArray, allocatePositions and allocateAuxData</code>
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
H A DArabicLayoutEngine.cpp85 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
192 glyphStorage.allocateGlyphArray(count, reverse, success);
H A DIndicLayoutEngine.cpp108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DLayoutEngine.cpp224 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
280 * subsequent call to glyphStoratge.allocateGlyphArray will keep this
475 glyphStorage.allocateGlyphArray(count, reverse, success);
H A DHangulLayoutEngine.cpp230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) function in class:LEGlyphStorage
H A DOpenTypeLayoutEngine.cpp313 glyphStorage.allocateGlyphArray(count, rightToLeft, success);

Completed in 77 milliseconds