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

/xsrc/external/mit/xterm/dist/
H A Dutil.c2898 #define XFT_CACHE_SIZE 16 macro
2914 static XftColorCache cache[XFT_CACHE_SIZE + 1];
2927 qsort(cache, (size_t) XFT_CACHE_SIZE, sizeof(XftColorCache), compare_xft_color_cache);
2928 for (i = 0; i < XFT_CACHE_SIZE; i++) {
2934 for (i = 0; i < XFT_CACHE_SIZE; i++) {

Completed in 8 milliseconds