Lines Matching refs:glyphs_new
1040 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
1056 glyphs_new = AllocUIntArray (size * 2);
1057 if (!glyphs_new)
1063 memcpy (glyphs_new, glyphs, (size_t)size * sizeof (FT_UInt));
1067 glyphs = glyphs_new;
1093 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
1109 glyphs_new = AllocUIntArray (size * 2);
1110 if (!glyphs_new)
1116 memcpy (glyphs_new, glyphs, (size_t)size * sizeof (FT_UInt));
1120 glyphs = glyphs_new;