Searched refs:pBounds (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispVRDP.cpp | 127 static void vrdpExtendOrderBounds(VRDEORDERBOUNDS *pBounds, const VRDEORDERPOINT *ppt) argument 131 if (pBounds->pt1.x > ppt->x) /* Left. */ 133 pBounds->pt1.x = ppt->x; 135 if (pBounds->pt1.y > ppt->y) /* Top. */ 137 pBounds->pt1.y = ppt->y; 139 if (pBounds->pt2.x <= ppt->x) /* Right. */ 141 pBounds->pt2.x = ppt->x + 1; 143 if (pBounds->pt2.y <= ppt->y) /* Bottom. */ 145 pBounds->pt2.y = ppt->y + 1; 586 const VRDEORDERBOUNDS *pBounds) 584 vrdpIntersectRectWithBounds(RECTL *prclIntersect, const RECTL *prcl, const VRDEORDERBOUNDS *pBounds) argument 610 vrdpGetIntersectingRects(CLIPRECTS *pRects, const VRDPCLIPRECTS *pClipRects, const VRDEORDERBOUNDS *pBounds) argument 691 vrdpReportOrderGenericBounds(PVBOXDISPDEV pDev, const VRDPCLIPRECTS *pClipRects, const VRDEORDERBOUNDS *pBounds, const void *pvOrder, unsigned cbOrder, unsigned code) argument [all...] |
Completed in 142 milliseconds