Lines Matching refs:pBox
351 BoxPtr pBox;
356 pBox = RegionRects(pRgn);
361 for (i=1; i<=numRects; i++, pe++, pBox++)
365 pe->u.graphicsExposure.x = pBox->x1;
366 pe->u.graphicsExposure.y = pBox->y1;
367 pe->u.graphicsExposure.width = pBox->x2 - pBox->x1;
368 pe->u.graphicsExposure.height = pBox->y2 - pBox->y1;
395 BoxPtr pBox;
400 pBox = RegionRects(pRgn);
405 for (i=numRects, pe = pEvent; --i >= 0; pe++, pBox++)
409 pe->u.expose.x = pBox->x1 - dx;
410 pe->u.expose.y = pBox->y1 - dy;
411 pe->u.expose.width = pBox->x2 - pBox->x1;
412 pe->u.expose.height = pBox->y2 - pBox->y1;