Searched refs:rclDst (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispMouse.cpp104 RECTL rclDst; local
107 rclDst.left = 0;
108 rclDst.top = 0;
109 rclDst.right = psoSrc->sizlBitmap.cx;
110 rclDst.bottom = psoSrc->sizlBitmap.cy;
115 if (!EngCopyBits(psoBitmap, psoSrc, NULL, pxlo, &rclDst, &ptlSrc))
H A DVBoxDispVRDP.cpp301 pClipRects->rclDst = *prcl;
304 vrdpAdjustRect(pso, &pClipRects->rclDst);
340 vrdpIntersectRects(&pClipRects->rclDst, &pClipRects->rclDst, &pco->rclBounds);
362 vrdpIntersectRects(prclClipDst, prclClipSrc, &pClipRects->rclDst);
377 pClipRects->rclDst.left = pClipRects->rclDst.right = 0;
383 if (vrdpIsRectEmpty(&pClipRects->rclDst))
435 vrdpReportDirtyRect (pDev, &pClipRects->rclDst);
846 int xShift = pClipRects->rclDst
[all...]
H A DVBoxDispInternal.h119 RECTL rclDst; /* Bounding rectangle of all rects. */ member in struct:_VRDPCLIPRECTS

Completed in 47 milliseconds