Lines Matching refs:glyphs_new
216 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
232 glyphs_new = AllocUIntArray (size * 2);
233 if (!glyphs_new)
240 memcpy (glyphs_new, glyphs, (size_t)size * sizeof (FT_UInt));
244 glyphs = glyphs_new;
263 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
279 glyphs_new = AllocUIntArray (size * 2);
280 if (!glyphs_new)
287 memcpy (glyphs_new, glyphs, (size_t)size * sizeof (FT_UInt));
291 glyphs = glyphs_new;