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

/xsrc/external/mit/xterm/dist/
H A Dutil.c2902 } XftColorCache; typedef in typeref:struct:__anon89b23ac70208
2907 return (int) (((const XftColorCache *) a)->use -
2908 ((const XftColorCache *) b)->use);
2914 static XftColorCache cache[XFT_CACHE_SIZE + 1];
2927 qsort(cache, (size_t) XFT_CACHE_SIZE, sizeof(XftColorCache), compare_xft_color_cache);

Completed in 7 milliseconds