Searched defs:x2 (Results 1 - 25 of 91) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxibarriers.h14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
H A Dfbbits.h261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
752 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
775 int x1, x2; local
783 x2 = intToX(pt1) + 1;
789 x2 = intToX(pt2);
791 x2++;
794 width = (x2 - x1) * (sizeof(UNIT) * 8 * MUL);
/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
/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/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dsmisc.c189 ULong *x, *x0, x1, x2; local
197 x1 = x2 = x[n];
200 if (x1 != x2)
/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp59 /*uint32_t x2 = ((uint64_t)x1 * 16807) % INT32_MAX;*/
60 uint32_t x2 = ASMModU64ByU32RetU32(ASMMult2xU32RetU64(x1, 16807), INT32_MAX); local
61 return *pu32Ctx = x2;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp140 int x2 = x + r; local
141 if (x2 < s.width())
144 QRgb rgba = ssl[x2];
/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 );
226 result->x2 = MAX(a->x2, b->x2);
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
133 x2 = x + width - 1;
143 if (afbdev->x2 > x2)
144 x2 = afbdev->x2;
149 afbdev->x2 = x2;
158 afbdev->x2 = afbdev->y2 = 0;
176 memcpy_toio(bo->kmap.virtual + src_offset, afbdev->sysram + src_offset, (x2
[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
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
105 if((r)->x2 > (idRect)->extents.x2)\
106 (idRect)->extents.x2 = (r)->x2;\
134 ((R-1)->x2 >= (Rx2))))
142 (r)->x2
[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.c204 const GLfloat x2 = m->m00 * x + m->m10 * y + m->m20 * z + m->m30 * w; local
209 if (x2 < Xmin) Xmin = x2;
210 if (x2 > Xmax) Xmax = x2;
/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 ) argument
322 CALL_Rectf(GET_DISPATCH(), ( x1, y1, x2, y2 )); local

Completed in 889 milliseconds

1234