HomeSort by: relevance | last modified time | path
    Searched refs:NUM_LOCAL (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXft/dist/src/
xftextent.c 114 #define NUM_LOCAL 1024
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...]
xftrender.c 26 #define NUM_LOCAL 1024
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...]
xftdraw.c 479 #define NUM_LOCAL 1024
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...]
xftcore.c 1075 #define NUM_LOCAL 1024

Completed in 6 milliseconds