Lines Matching refs:pBox
118 BoxPtr pBox,
156 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox);
169 dwords = (3 * (pBox->x2 - pBox->x1) + 31) >> 5;
171 dwords = (pBox->x2 - pBox->x1 + 31) >> 5;
181 h = pBox->y2 - pBox->y1;
186 pScrn, pBox->x1, pBox->y1,
187 pBox->x2 - pBox->x1, h, 0);
191 srcy = (pBox->y1 - yorg) % stippleheight;
193 srcx = (pBox->x1 - xorg) % stipplewidth;
234 pBox++;
365 BoxPtr pBox,
402 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox);
415 dwords = (3 * (pBox->x2 - pBox->x1) + 31) >> 5;
417 dwords = (pBox->x2 - pBox->x1 + 31) >> 5;
427 h = pBox->y2 - pBox->y1;
430 pScrn, pBox->x1, pBox->y1, pBox->x2 - pBox->x1, h, 0);
434 srcy = (pBox->y1 - yorg) % stippleheight;
436 srcx = (pBox->x1 - xorg) % stipplewidth;
462 pBox++;