Searched refs:NUM_LOCAL (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftextent.c114 #define NUM_LOCAL 1024 macro
123 FT_UInt *glyphs, glyphs_local[NUM_LOCAL];
129 if (len <= NUM_LOCAL)
154 FT_UInt *glyphs, glyphs_local[NUM_LOCAL];
160 if (len <= NUM_LOCAL)
185 FT_UInt *glyphs, glyphs_local[NUM_LOCAL];
191 if (len <= NUM_LOCAL)
216 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
227 size = NUM_LOCAL;
263 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
[all...]
H A Dxftrender.c26 #define NUM_LOCAL 1024 macro
99 unsigned int char_local[NUM_LOCAL];
262 unsigned int char_local[NUM_LOCAL];
315 if (nglyphs * size > NUM_LOCAL)
456 XftGlyphSpec *glyphs, glyphs_local[NUM_LOCAL];
462 if (len <= NUM_LOCAL)
532 unsigned int char_local[NUM_LOCAL];
587 if (nglyphs * size > NUM_LOCAL)
745 XftGlyphFontSpec *glyphs, glyphs_local[NUM_LOCAL];
751 if (len <= NUM_LOCAL)
[all...]
H A Dxftdraw.c479 #define NUM_LOCAL 1024 macro
518 FT_UInt *glyphs, glyphs_local[NUM_LOCAL];
524 if (len <= NUM_LOCAL)
548 FT_UInt *glyphs, glyphs_local[NUM_LOCAL];
554 if (len <= NUM_LOCAL)
579 FT_UInt *glyphs, glyphs_local[NUM_LOCAL];
585 if (len <= NUM_LOCAL)
610 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
621 size = NUM_LOCAL;
658 FT_UInt *glyphs, *glyphs_new, glyphs_local[NUM_LOCAL];
[all...]
H A Dxftcore.c1075 #define NUM_LOCAL 1024 macro

Completed in 6 milliseconds