Searched defs:y2 (Results 1 - 25 of 69) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxibarriers.h14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxibarriers.h14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxibarriers.h14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxibarriers.h14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxfixes.h56 CARD16 x1, x2, y1, y2; member in struct:PointerBarrier
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxfixes.h56 CARD16 x1, x2, y1, y2; member in struct:PointerBarrier
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxfixes.h56 CARD16 x1, x2, y1, y2; member in struct:PointerBarrier
/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 DXplugin.h48 short x1, y1, x2, y2; member in struct:xp_box_struct
/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/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmiscstruct.h60 short x1, y1, x2, y2; member in struct:_Box
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmiscstruct.h60 short x1, y1, x2, y2; member in struct:_Box
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp195 int y2 = y + r; local
196 if (y2 < s.height())
199 QRgb rgba = source.pixel(x, y2);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_statetypes.h35 GLfloat x1, x2, y1, y2; member in struct:__anon16232
39 GLint x1, y1, x2, y2; member in struct:__anon16233
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbbox.c177 * in object space (x1,y1,z1) and (x2,y2,z2), use the given modelview
180 * return the min/max in (x1,y1,x1) and (x2,y2,z2).
185 GLfloat *x2, GLfloat *y2, GLfloat *z2)
208 *x2, *y2, *z2,
211 x2, y2, z2 );
228 result->y2 = MAX(a->y2, b->y2);
183 crProjectBBox(const GLfloat modl[16], const GLfloat proj[16], GLfloat *x1, GLfloat *y1, GLfloat *z1, GLfloat *x2, GLfloat *y2, GLfloat *z2) argument
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_fb.c111 int x2, y2; local
134 y2 = y + height - 1;
139 if (afbdev->y2 > y2)
140 y2 = afbdev->y2;
151 afbdev->y2 = y2;
158 afbdev->x2 = afbdev->y2 = 0;
172 for (i = y; i <= y2;
[all...]
H A Dvbox_drv.h165 int x1, y1, x2, y2; /* dirty rect */ member in struct:vbox_fbdev
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp372 unsigned cx2, cy2, cBits2, x2, y2, cHighestScreen, cHighestScreen2; local
405 rc = VbglR3RetrieveVideoMode(cScreen, &cx2, &cy2, &cBits2, &x2, &y2,
409 || x != x2 || y != y2 || fEnabled != fEnabled2))
/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/mesa-7.2/src/mesa/swrast/
H A Ds_aatritemp.h79 GLfloat y2 = v2->attrib[FRAG_ATTRIB_WPOS][1]; variable
81 if (y1 <= y2) {
82 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
84 else if (y2 <= y0) {
85 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
88 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
92 if (y0 <= y2) {
93 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
95 else if (y2 <= y1) {
96 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDrawCmd.cpp288 VBoxDispDrvLineTo(SURFOBJ *pso, CLIPOBJ *pco, BRUSHOBJ *pbo, LONG x1, LONG y1, LONG x2, LONG y2, argument
295 bRc = EngLineTo(getSurfObj(pso), pco, pbo, x1, y1, x2, y2, prclBounds, mix);
296 VBVA_OPERATION(pso, LineTo, (pso, pco, pbo, x1, y1, x2, y2, prclBounds, mix));
H A DVBoxDispVBVA.cpp584 LONG x1, LONG y1, LONG x2, LONG y2, RECTL *prclBounds, MIX mix)
583 vbvaDrvLineTo(SURFOBJ *pso, CLIPOBJ *pco, BRUSHOBJ *pbo, LONG x1, LONG y1, LONG x2, LONG y2, RECTL *prclBounds, MIX mix) argument
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_bbox.c205 const GLfloat y2 = m->m01 * x + m->m11 * y + m->m21 * z + m->m31 * w; local
211 if (y2 < Ymin) Ymin = y2;
212 if (y2 > Ymax) Ymax = y2;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dvtxfmt_tmp.h319 static void GLAPIENTRY TAG(Rectf)( GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 )
322 CALL_Rectf(GET_DISPATCH(), ( x1, y1, x2, y2 )); local
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp810 int32_t x1, y1, x2, y2; local
812 pDisplay->i_getFramebufferDimensions(&x1, &y1, &x2, &y2);
815 *pyAdj = y1 < y2 ? ((y - y1) * VMMDEV_MOUSE_RANGE + ADJUST_RANGE)
816 / (y2 - y1) : 0;
972 int32_t y2 = y1 + cHeight; local
975 __FUNCTION__, uScreenId, x1, y1, x2, y2));
991 /* x1,y1 are inclusive and x2,y2 are exclusive,
994 if (x <= x1 || x > x2 || y <= y1 || y > y2)
1001 int32_t yAdj = y1 < y2? ((y - 1 - y1) * VMMDEV_MOUSE_RANGE) / (y2
[all...]

Completed in 2828 milliseconds

123