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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHanLayoutEngine.cpp91 glyphStorage.allocateGlyphArray(count, FALSE, success);
H A DKhmerLayoutEngine.cpp90 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DTibetanLayoutEngine.cpp96 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DThaiLayoutEngine.cpp107 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
H A DLEGlyphStorage.h141 * <code>allocateGlyphArray, allocatePositions and allocateAuxData</code>
256 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
H A DArabicLayoutEngine.cpp114 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
219 glyphStorage.allocateGlyphArray(count, reverse, success);
H A DIndicLayoutEngine.cpp133 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DLayoutEngine.cpp282 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
338 * subsequent call to glyphStoratge.allocateGlyphArray will keep this
533 glyphStorage.allocateGlyphArray(count, reverse, success);
H A DHangulLayoutEngine.cpp255 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DLEGlyphStorage.cpp90 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) function in class:LEGlyphStorage
H A DOpenTypeLayoutEngine.cpp344 glyphStorage.allocateGlyphArray(count, rightToLeft, success);

Completed in 40 milliseconds