Searched defs:FIRSTSHA (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/miext/shadow/ |
| H A D | shrotpack.h | 55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x)) macro 66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1)) macro 77 #define FIRSTSHA(x,y,w,h) ((y + h - 1) * shaStride + (x + w - 1)) macro 88 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x)) macro
|
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | shrotpack.h | 55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x)) macro 66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1)) macro 77 #define FIRSTSHA(x,y,w,h) ((y + h - 1) * shaStride + (x + w - 1)) macro 88 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x)) macro
|
Completed in 4 milliseconds