Searched defs:initialGlyphCount (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
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_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.h244 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */ member in struct:HB_ShaperItem_

Completed in 65 milliseconds