Searched refs:SCRLEFT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshrotpack.h52 #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
131 scrLine = SCRLEFT(x,y,w,h);
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshrotpack.h52 #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
134 scrLine = SCRLEFT(x, y, w, h);

Completed in 3 milliseconds