Searched defs:rclDst (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispInternal.h119 RECTL rclDst; /* Bounding rectangle of all rects. */ member in struct:_VRDPCLIPRECTS
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))

Completed in 44 milliseconds