Searched refs:y2 (Results 1 - 25 of 263) sorted by relevance

1234567891011

/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dmiscstruct.h59 short x1, y1, x2, y2; member in struct:_Box
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c34 if (q->y1 > imagewindow->y2) q->y1 = imagewindow->y2;
36 if (q->y2 > imagewindow->y2) q->y2 = imagewindow->y2;
37 if (q->y2 < imagewindow->y1) q->y2 = imagewindow->y1;
53 q->y2 = q->y2
[all...]
H A Dserver_boundsinfo.c73 yinc = mural->extents[0].imagewindow.y2 - mural->extents[0].imagewindow.y1;
87 rptr->extents = mural->extents[k].imagewindow; /* x1,y1,x2,y2 */
97 rptr->extents.y2 = j + yinc;
116 m<=BKT_UPHASH(r->extents.y2, (int)mural->height) &&
151 r->extents.y2 == q->extents.y2)
157 if (r->extents.y2 == q->extents.y1 &&
187 const int h = mural->extents[i].imagewindow.y2 -
203 mural->extents[i].imagewindow.x2, mural->extents[i].imagewindow.y2);
211 (mural->extents[i].imagewindow.y2
[all...]
/vbox/src/VBox/Additions/x11/x11include/libx11-1.1.5-other/X11/
H A DXregion.h53 short x1, x2, y1, y2; member in struct:__anon3696
89 * Remember, x2 and y2 are not in the region
94 (r1)->y2 > (r2)->y1 && \
95 (r1)->y1 < (r2)->y2)
107 if((r)->y2 > (idRect)->extents.y2)\
108 (idRect)->extents.y2 = (r)->y2;\
132 ((R-1)->y2 == (Ry2)) &&\
143 (r)->y2
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmiscstruct.h58 short x1, y1, x2, y2; member in struct:_Box
H A Dmispritest.h105 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
124 #define LINE_SORT(x1,y1,x2,y2) \
127 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
129 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \
130 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
H A Dmiline.h101 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
117 #define SWAPINT_PAIR(x1, y1, x2, y2)\
119 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmiscstruct.h60 short x1, y1, x2, y2; member in struct:_Box
H A Dmispritest.h107 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
126 #define LINE_SORT(x1,y1,x2,y2) \
129 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
131 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \
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 Dmiscstruct.h60 short x1, y1, x2, y2; member in struct:_Box
H A Dmispritest.h107 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
126 #define LINE_SORT(x1,y1,x2,y2) \
129 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
131 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \
132 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.h105 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
124 #define LINE_SORT(x1,y1,x2,y2) \
127 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
129 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \
130 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
H A Dmiline.h101 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
117 #define SWAPINT_PAIR(x1, y1, x2, y2)\
119 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmispritest.h102 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
121 #define LINE_SORT(x1,y1,x2,y2) \
124 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
126 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \
127 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmispritest.h100 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
119 #define LINE_SORT(x1,y1,x2,y2) \
122 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
124 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \
125 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_bounds.c21 bounds.y2 = READ_DATA( 16, GLint );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmiline.h101 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
117 #define SWAPINT_PAIR(x1, y1, x2, y2)\
119 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmiline.h101 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
117 #define SWAPINT_PAIR(x1, y1, x2, y2)\
119 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmiline.h102 else if ( (_y) >= (_pbox)->y2) (_result) |= OUT_BELOW;
118 #define SWAPINT_PAIR(x1, y1, x2, y2)\
120 t = y1; y1 = y2; y2 = t;\

Completed in 1137 milliseconds

1234567891011