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