Lines Matching defs:pNextRect
435 register BoxPtr pNextRect;
437 pNextRect = &pReg->rects[pReg->numRects];
455 MEMCHECK(pReg, pNextRect, pReg->rects);
456 pNextRect->x1 = x1;
457 pNextRect->y1 = y1;
458 pNextRect->x2 = x2;
459 pNextRect->y2 = y2;
461 pNextRect++;
1038 register BoxPtr pNextRect;
1040 pNextRect = &pReg->rects[pReg->numRects];
1047 MEMCHECK(pReg, pNextRect, pReg->rects);
1048 pNextRect->x1 = r->x1;
1049 pNextRect->y1 = y1;
1050 pNextRect->x2 = r->x2;
1051 pNextRect->y2 = y2;
1053 pNextRect++;
1089 register BoxPtr pNextRect;
1091 pNextRect = &pReg->rects[pReg->numRects];
1095 (pNextRect[-1].y1 == y1) && \
1096 (pNextRect[-1].y2 == y2) && \
1097 (pNextRect[-1].x2 >= r->x1)) \
1099 if (pNextRect[-1].x2 < r->x2) \
1101 pNextRect[-1].x2 = r->x2; \
1102 assert(pNextRect[-1].x1<pNextRect[-1].x2); \
1107 MEMCHECK(pReg, pNextRect, pReg->rects); \
1108 pNextRect->y1 = y1; \
1109 pNextRect->y2 = y2; \
1110 pNextRect->x1 = r->x1; \
1111 pNextRect->x2 = r->x2; \
1113 pNextRect += 1; \
1241 register BoxPtr pNextRect;
1243 pNextRect = &pReg->rects[pReg->numRects];
1250 MEMCHECK(pReg, pNextRect, pReg->rects);
1251 pNextRect->x1 = r->x1;
1252 pNextRect->y1 = y1;
1253 pNextRect->x2 = r->x2;
1254 pNextRect->y2 = y2;
1256 pNextRect++;
1290 register BoxPtr pNextRect;
1296 pNextRect = &pReg->rects[pReg->numRects];
1339 MEMCHECK(pReg, pNextRect, pReg->rects);
1340 pNextRect->x1 = x1;
1341 pNextRect->y1 = y1;
1342 pNextRect->x2 = r2->x1;
1343 pNextRect->y2 = y2;
1345 pNextRect++;
1374 MEMCHECK(pReg, pNextRect, pReg->rects);
1375 pNextRect->x1 = x1;
1376 pNextRect->y1 = y1;
1377 pNextRect->x2 = r1->x2;
1378 pNextRect->y2 = y2;
1380 pNextRect++;
1395 MEMCHECK(pReg, pNextRect, pReg->rects);
1396 pNextRect->x1 = x1;
1397 pNextRect->y1 = y1;
1398 pNextRect->x2 = r1->x2;
1399 pNextRect->y2 = y2;
1401 pNextRect++;