Searched refs:initialGlyphCount (Results 1 – 5 of 5) sorted by relevance
65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCod… in allocateGlyphArray() argument71 if (initialGlyphCount <= 0) { in allocateGlyphArray()77 fGlyphCount = initialGlyphCount; in allocateGlyphArray()
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
275 …hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of gl… member
563 shaper_item->num_glyphs = shaper_item->initialGlyphCount; in HB_ConvertStringToGlyphIndices()
237 shaper_item.initialGlyphCount = 0; in shaping()