Lines Matching refs:aRects
51 * @param aRects Array of structures containing the coordinates of the
54 void vbvxHandleDirtyRect(ScrnInfoPtr pScrn, int iRects, BoxPtr aRects)
74 if ( aRects[i].x1 > pVBox->pScreens[j].aScreenLocation.x
76 || aRects[i].y1 > pVBox->pScreens[j].aScreenLocation.y
78 || aRects[i].x2 < pVBox->pScreens[j].aScreenLocation.x
79 || aRects[i].y2 < pVBox->pScreens[j].aScreenLocation.y)
81 cmdHdr.x = (int16_t)aRects[i].x1 - pVBox->pScreens[0].aScreenLocation.x;
82 cmdHdr.y = (int16_t)aRects[i].y1 - pVBox->pScreens[0].aScreenLocation.y;
83 cmdHdr.w = (uint16_t)(aRects[i].x2 - aRects[i].x1);
84 cmdHdr.h = (uint16_t)(aRects[i].y2 - aRects[i].y1);