Searched defs:BOX_OVERLAP (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmispritest.h103 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro
111 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
122 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y))
130 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmispritest.h103 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro
111 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
122 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y))
130 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmispritest.h100 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro
108 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
119 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y))
127 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmispritest.h98 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro
106 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
117 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y))
125 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmispritest.h105 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro
113 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
124 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y))
132 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmispritest.h105 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro
113 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
124 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y))
132 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))

Completed in 34 milliseconds