HomeSort by relevance Sort by last modified time
    Searched refs:allocateGlyphArray (Results 1 - 11 of 11) sorted by null

  /external/icu4c/layout/
HanLayoutEngine.cpp 66 glyphStorage.allocateGlyphArray(count, FALSE, success);
KhmerLayoutEngine.cpp 65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
TibetanLayoutEngine.cpp 71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
ThaiLayoutEngine.cpp 82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
LEGlyphStorage.h 116 * <code>allocateGlyphArray, allocatePositions and allocateAuxData</code>
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
ArabicLayoutEngine.cpp 85 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
192 glyphStorage.allocateGlyphArray(count, reverse, success);
IndicLayoutEngine.cpp 108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
LayoutEngine.cpp 224 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
280 * subsequent call to glyphStoratge.allocateGlyphArray will keep this
475 glyphStorage.allocateGlyphArray(count, reverse, success);
HangulLayoutEngine.cpp 230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
LEGlyphStorage.cpp 65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
OpenTypeLayoutEngine.cpp 313 glyphStorage.allocateGlyphArray(count, rightToLeft, success);

Completed in 150 milliseconds