Searched refs:glyphs_new (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftextent.c216 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL]; local in function:XftTextExtentsUtf8
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]; local in function:XftTextExtentsUtf16
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;
[all...]
H A Dxftdraw.c610 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL]; local in function:XftDrawStringUtf8
626 glyphs_new = AllocUIntArray (size * 2);
627 if (!glyphs_new)
633 memcpy (glyphs_new, glyphs, (size_t)size * sizeof (FT_UInt));
637 glyphs = glyphs_new;
658 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL]; local in function:XftDrawStringUtf16
674 glyphs_new = AllocUIntArray (size * 2);
675 if (!glyphs_new)
681 memcpy (glyphs_new, glyphs, (size_t)size * sizeof (FT_UInt));
685 glyphs = glyphs_new;
[all...]
H A Dxftrender.c1040 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL]; local in function:XftTextRenderUtf8
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]; local in function:XftTextRenderUtf16
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;
[all...]

Completed in 47 milliseconds