Searched defs:SCRY (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/miext/shadow/ |
| H A D | shrotpack.h | 53 #define SCRY(x,y,w,h) (x) macro 64 #define SCRY(x,y,w,h) (pScreen->width - ((x) + (w)) - 1) macro 75 #define SCRY(x,y,w,h) (pScreen->height - ((y) + (h)) - 1) macro 86 #define SCRY(x,y,w,h) (y) macro
|
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | shrotpack.h | 53 #define SCRY(x,y,w,h) (x) macro 64 #define SCRY(x,y,w,h) (pScreen->width - ((x) + (w)) - 1) macro 75 #define SCRY(x,y,w,h) (pScreen->height - ((y) + (h)) - 1) macro 86 #define SCRY(x,y,w,h) (y) macro
|
Completed in 4 milliseconds