Lines Matching refs:WinBox

648     BoxRec WinBox;  in xf86XVRegetVideo()  local
655 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in xf86XVRegetVideo()
656 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in xf86XVRegetVideo()
657 WinBox.x2 = WinBox.x1 + portPriv->drw_w; in xf86XVRegetVideo()
658 WinBox.y2 = WinBox.y1 + portPriv->drw_h; in xf86XVRegetVideo()
661 RegionInit(&WinRegion, &WinBox, 1); in xf86XVRegetVideo()
673 WinBox.x1, WinBox.y1, in xf86XVRegetVideo()
705 BoxRec WinBox; in xf86XVReputVideo() local
712 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in xf86XVReputVideo()
713 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in xf86XVReputVideo()
714 WinBox.x2 = WinBox.x1 + portPriv->drw_w; in xf86XVReputVideo()
715 WinBox.y2 = WinBox.y1 + portPriv->drw_h; in xf86XVReputVideo()
718 RegionInit(&WinRegion, &WinBox, 1); in xf86XVReputVideo()
745 WinBox.x1, WinBox.y1, in xf86XVReputVideo()
778 BoxRec WinBox; in xf86XVReputImage() local
790 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in xf86XVReputImage()
791 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in xf86XVReputImage()
792 WinBox.x2 = WinBox.x1 + portPriv->drw_w; in xf86XVReputImage()
793 WinBox.y2 = WinBox.y1 + portPriv->drw_h; in xf86XVReputImage()
796 RegionInit(&WinRegion, &WinBox, 1); in xf86XVReputImage()
823 WinBox.x1, WinBox.y1, in xf86XVReputImage()
1330 BoxRec WinBox; in xf86XVPutStill() local
1340 WinBox.x1 = pDraw->x + drw_x; in xf86XVPutStill()
1341 WinBox.y1 = pDraw->y + drw_y; in xf86XVPutStill()
1342 WinBox.x2 = WinBox.x1 + drw_w; in xf86XVPutStill()
1343 WinBox.y2 = WinBox.y1 + drw_h; in xf86XVPutStill()
1347 RegionInit(&WinRegion, &WinBox, 1); in xf86XVPutStill()
1375 vid_x, vid_y, WinBox.x1, WinBox.y1, in xf86XVPutStill()
1477 BoxRec WinBox; in xf86XVGetStill() local
1487 WinBox.x1 = pDraw->x + drw_x; in xf86XVGetStill()
1488 WinBox.y1 = pDraw->y + drw_y; in xf86XVGetStill()
1489 WinBox.x2 = WinBox.x1 + drw_w; in xf86XVGetStill()
1490 WinBox.y2 = WinBox.y1 + drw_h; in xf86XVGetStill()
1492 RegionInit(&WinRegion, &WinBox, 1); in xf86XVGetStill()
1506 vid_x, vid_y, WinBox.x1, WinBox.y1, in xf86XVGetStill()
1600 BoxRec WinBox; in xf86XVPutImage() local
1612 WinBox.x1 = pDraw->x + drw_x; in xf86XVPutImage()
1613 WinBox.y1 = pDraw->y + drw_y; in xf86XVPutImage()
1614 WinBox.x2 = WinBox.x1 + drw_w; in xf86XVPutImage()
1615 WinBox.y2 = WinBox.y1 + drw_h; in xf86XVPutImage()
1617 RegionInit(&WinRegion, &WinBox, 1); in xf86XVPutImage()
1650 src_x, src_y, WinBox.x1, WinBox.y1, in xf86XVPutImage()