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

/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c351 #define CACHE_Y(pos) (cache->yOffset + ((pos) / cache->columns) * cache->glyphHeight) macro
377 CACHE_X(pos), CACHE_Y(pos));
430 y = CACHE_Y(pos);
460 CACHE_Y(pos),
472 rect->ySrc = CACHE_Y(pos);
484 #undef CACHE_Y
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c347 #define CACHE_Y(pos) (cache->yOffset + ((pos) / cache->columns) * cache->glyphHeight) macro
464 y = CACHE_Y(pos);
470 y = CACHE_Y(pos);
483 y = CACHE_Y(pos);
540 #undef CACHE_Y
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c350 #define CACHE_Y(pos) (cache->yOffset + ((pos) / cache->columns) * cache->glyphHeight) macro
457 y = CACHE_Y(pos);
464 y = CACHE_Y(pos);
478 y = CACHE_Y(pos);
535 #undef CACHE_Y

Completed in 9 milliseconds