Lines Matching refs:VPBox
591 BoxRec VPBox; in KdXVReputVideo() local
593 VPBox.x1 = 0; in KdXVReputVideo()
594 VPBox.y1 = 0; in KdXVReputVideo()
595 VPBox.x2 = screen->width; in KdXVReputVideo()
596 VPBox.y2 = screen->height; in KdXVReputVideo()
598 RegionInit(&VPReg, &VPBox, 1); in KdXVReputVideo()
667 BoxRec VPBox; in KdXVReputImage() local
669 VPBox.x1 = 0; in KdXVReputImage()
670 VPBox.y1 = 0; in KdXVReputImage()
671 VPBox.x2 = screen->width; in KdXVReputImage()
672 VPBox.y2 = screen->height; in KdXVReputImage()
674 RegionInit(&VPReg, &VPBox, 1); in KdXVReputImage()
1031 BoxRec VPBox; in KdXVPutStill() local
1033 VPBox.x1 = 0; in KdXVPutStill()
1034 VPBox.y1 = 0; in KdXVPutStill()
1035 VPBox.x2 = screen->width; in KdXVPutStill()
1036 VPBox.y2 = screen->height; in KdXVPutStill()
1038 RegionInit(&VPReg, &VPBox, 1); in KdXVPutStill()
1304 BoxRec VPBox; in KdXVPutImage() local
1306 VPBox.x1 = 0; in KdXVPutImage()
1307 VPBox.y1 = 0; in KdXVPutImage()
1308 VPBox.x2 = pScreen->width; in KdXVPutImage()
1309 VPBox.y2 = pScreen->height; in KdXVPutImage()
1311 RegionInit(&VPReg, &VPBox, 1); in KdXVPutImage()