Searched refs:initialGlyphCount (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/layout/
H A DLEGlyphStorage.h224 * @param initialGlyphCount the initial size of the glyph and char indices arrays.
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
H A DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) argument
71 if (initialGlyphCount <= 0) {
77 fGlyphCount = initialGlyphCount;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h275 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */ member in struct:HB_ShaperItem_
H A Dharfbuzz-shaper.cpp563 shaper_item->num_glyphs = shaper_item->initialGlyphCount;
/external/harfbuzz/tests/shaping/
H A Dmain.cpp237 shaper_item.initialGlyphCount = 0;

Completed in 107 milliseconds