Searched refs:himark (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ | ||
| H A D | fontcache.h | 49 long himark; member in struct:__anondd1ade380108 |
| H A D | fontcachstr.h | 78 CARD32 himark; member in struct:__anon906f36ac0208 91 CARD32 himark; member in struct:_FontCacheChangeCacheSettings |
| /xsrc/external/mit/libXfontcache/dist/src/ | ||
| H A D | FontCache.c | 146 cacheinfo->himark = rep.himark; 168 req->himark = cacheinfo->himark; |
| /xsrc/external/mit/xset/dist/ | ||
| H A D | xset.c | 280 long himark, lowmark, balance; local in function:main 283 himark = cs.himark / 1024; 289 set_font_cache(dpy, himark, lowmark, balance); 294 himark = atoi(arg); 296 if (himark <= 0) { 300 lowmark = (himark * 70) / 100; 301 set_font_cache(dpy, himark, lowmark, balance); 311 if (himark <= lowmark) { 315 set_font_cache(dpy, himark, lowmar 1223 set_font_cache(Display * dpy,long himark,long lowmark,long balance) argument 1482 int himark = cs.himark / 1024; local in function:query 1532 int himark = cs.himark / 1024; local in function:query_cache_status [all...] |
Completed in 6 milliseconds