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

/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c350 #define CACHE_X(pos) (((pos) % cache->columns) * cache->glyphWidth) macro
377 CACHE_X(pos), CACHE_Y(pos));
429 x = CACHE_X(pos);
459 CACHE_X(pos),
471 rect->xSrc = CACHE_X(pos);
483 #undef CACHE_X
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c346 #define CACHE_X(pos) (((pos) % cache->columns) * cache->glyphWidth) macro
463 x = CACHE_X(pos);
469 x = CACHE_X(pos);
482 x = CACHE_X(pos);
539 #undef CACHE_X
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c349 #define CACHE_X(pos) (((pos) % cache->columns) * cache->glyphWidth) macro
456 x = CACHE_X(pos);
463 x = CACHE_X(pos);
477 x = CACHE_X(pos);
534 #undef CACHE_X

Completed in 10 milliseconds