Lines Matching refs:VPBox
743 BoxRec VPBox;
745 VPBox.x1 = 0;
746 VPBox.y1 = 0;
747 VPBox.x2 = screen->width;
748 VPBox.y2 = screen->height;
750 RegionInit(&VPReg, &VPBox, 1);
832 BoxRec VPBox;
834 VPBox.x1 = 0;
835 VPBox.y1 = 0;
836 VPBox.x2 = screen->width;
837 VPBox.y2 = screen->height;
839 RegionInit(&VPReg, &VPBox, 1);
1338 BoxRec VPBox;
1340 VPBox.x1 = 0;
1341 VPBox.y1 = 0;
1342 VPBox.x2 = screen->width;
1343 VPBox.y2 = screen->height;
1345 RegionInit(&VPReg, &VPBox, 1);
1638 BoxRec VPBox;
1640 VPBox.x1 = 0;
1641 VPBox.y1 = 0;
1642 VPBox.x2 = pScreen->width;
1643 VPBox.y2 = pScreen->height;
1645 RegionInit(&VPReg, &VPBox, 1);