Searched defs:cx (Results 26 - 50 of 73) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86int10.h36 int cx; member in struct:__anon4775
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86int10.h35 int cx; member in struct:__anon5101
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86int10.h35 int cx; member in struct:__anon5413
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86int10.h35 int cx; member in struct:__anon5724
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86int10.h35 int cx; member in struct:__anon6031
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86int10.h35 int cx; member in struct:__anon6334
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86int10.h35 int cx; member in struct:__anon6632
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c362 cache_get_desktop(uint32 offset, int cx, int cy, int bytes_per_pixel) argument
364 int length = cx * cy * bytes_per_pixel;
380 cache_put_desktop(uint32 offset, int cx, int cy, int scanline, int bytes_per_pixel, uint8 * data) argument
382 int length = cx * cy * bytes_per_pixel;
389 cx *= bytes_per_pixel;
392 memcpy(&g_deskcache[offset], data, cx);
394 offset += cx;
H A Dorders.h71 sint16 cx; member in struct:_DESTBLT_ORDER
82 sint16 cx; member in struct:_PATBLT_ORDER
96 sint16 cx; member in struct:_SCREENBLT_ORDER
123 sint16 cx; member in struct:_RECT_ORDER
148 sint16 cx; member in struct:_TRIBLT_ORDER
168 sint16 cx; member in struct:_MEMBLT_ORDER
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dgetmode.c61 * cx and cy.
64 const char *pszName, unsigned cx, unsigned cy)
73 sprintf(szName, "%ux%u", cx, cy);
76 TRACE_LOG("pszName=%s, cx=%u, cy=%u\n", pszName, cx, cy);
87 m->HDisplay = cx;
89 m->HDisplay = cx & ~7;
135 unsigned cx = 0, cy = 0, cIndex = 0; local
149 if (sscanf(pScrn->display->modes[i], "%ux%u", &cx, &cy) == 2)
152 vboxFillDisplayMode(pScrn, pMode, pScrn->display->modes[i], cx, c
63 vboxFillDisplayMode(ScrnInfoPtr pScrn, DisplayModePtr m, const char *pszName, unsigned cx, unsigned cy) argument
[all...]
H A Dpointer.c365 unsigned short cx, cy; local
420 for (cx = 0; cx < w; cx++, bitmask >>= 1)
425 if (pc[cx] >= 0xF0000000)
426 pm[cx / 8] &= ~bitmask;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/int10/
H A Dxf86int10.h36 int cx; member in struct:__anon3099
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86int10.h36 int cx; member in struct:__anon4348
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwindef16.h134 INT16 cx; member in struct:__anon14241
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h135 int32_t cx = pRect->xRight - pRect->xLeft; local
139 pRect->xRight = cx + x;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwindef16.h134 INT16 cx; member in struct:__anon1565
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.h305 uint32_t cx; member in struct:__anon13211::__anon13212
691 DECLCALLBACK(int) vbvaPortSendModeHint(PPDMIDISPLAYPORT pInterface, uint32_t cx,
H A DDevVGA-SVGA.cpp514 * @param cx The width of the new viewport rectangle
518 DECLCALLBACK(void) vmsvgaPortSetViewPort(PPDMIDISPLAYPORT pInterface, uint32_t uScreenId, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy) argument
522 Log(("vmsvgaPortSetViewPort: screen %d (%d,%d)(%d,%d)\n", uScreenId, x, y, cx, cy));
526 pThis->svga.viewport.cx = RT_MIN(cx, (uint32_t)pThis->svga.uWidth);
565 *pu32 = pThis->pDrv->cx;
764 Log(("h=%d w=%d bpp=%d\n", pThis->pDrv->cy, pThis->pDrv->cx, pThis->pDrv->cBits));
1005 if ( pThis->svga.viewport.cx == 0
1008 pThis->svga.viewport.cx = pThis->svga.uWidth;
1089 pThis->svga.uWidth = pThis->pDrv->cx;
[all...]
H A DDevVGA_VBVA.cpp2506 LogRelFlowFunc(("VBVA_REPORT_INPUT_MAPPING: x=%u, y=%u, cx=%u, cy=%u\n", (unsigned)pReport->x, (unsigned)pReport->y,
2507 (unsigned)pReport->cx, (unsigned)pReport->cy));
2508 pVGAState->pDrv->pfnVBVAInputMappingUpdate(pVGAState->pDrv, pReport->x, pReport->y, pReport->cx, pReport->cy);
2624 static int vbvaSendModeHintWorker(PVGASTATE pThis, uint32_t cx, uint32_t cy, argument
2636 pCtx->aModeHints[iDisplay].cx = cx;
2650 DECLCALLBACK(int) vbvaPortSendModeHint(PPDMIDISPLAYPORT pInterface, uint32_t cx, argument
2662 rc = vbvaSendModeHintWorker(pThis, cx, cy, cBPP, iDisplay, dx, dy, fEnabled,
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h78 uint16_t bx, dx, cx, ax; member in struct:__anon14961::__anon14962::__anon14963
95 uint16_t bx, filler5, dx, filler6, cx, filler7, ax, filler8; member in struct:__anon14965::__anon14966::__anon14968
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c1213 greg_t cx = rp->r_rcx--; local
1215 greg_t cx = rp->r_ecx--; local
1221 cx != 0;
1225 cx != 0;
1228 taken = (cx != 0);
1242 greg_t cx = rp->r_rcx; local
1244 greg_t cx = rp->r_ecx;
1247 if (cx == 0)
/vbox/include/VBox/vmm/
H A Dcpumctx.h158 uint16_t cx; member in union:CPUMCTXCORE::__anon300
266 uint16_t cx; member in union:CPUMCTX::__anon310
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.c283 xor cx,cx local
284 not cx
289 not cx
290 dec cx
291 push cx
297 pop cx
323 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n", GET_AH(), GET_AL(), BX, CX, DX);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindef.h358 LONG cx; member in struct:tagSIZE
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp3082 vmmdevIPort_RequestDisplayChange(PPDMIVMMDEVPORT pInterface, uint32_t cx, uint32_t cy, uint32_t cBits, uint32_t idxDisplay, argument
3095 bool fSameResolution = (!cx || pRequest->lastReadDisplayChangeRequest.xres == cx)
3103 if (!cx && !cy && !cBits)
3109 Log3(("vmmdevIPort_RequestDisplayChange: same=%d. new: cx=%d, cy=%d, cBits=%d, idxDisplay=%d.\
3110 old: cx=%d, cy=%d, cBits=%d, idxDisplay=%d. \n \
3112 fSameResolution, cx, cy, cBits, idxDisplay, pRequest->lastReadDisplayChangeRequest.xres,
3118 pRequest->displayChangeRequest.xres = cx;
3132 cx, cy, cBits, xOrigin, yOrigin, fEnabled, fChangeOrigin, idxDisplay));
3549 /*cx
[all...]

Completed in 159 milliseconds

123