Searched defs:SCRLEFT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/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
|