Home
last modified time | relevance | path

Searched defs:SCRLEFT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/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