Lines Matching defs:pNextRect

414     clipping_rect*	pNextRect;
416 pNextRect = &pReg->fData[pReg->fCount];
434 MEMCHECK(pReg, pNextRect, pReg->fData);
435 pNextRect->left = left;
436 pNextRect->top = top;
437 pNextRect->right = right;
438 pNextRect->bottom = bottom;
440 pNextRect++;
1111 clipping_rect* pNextRect = &pReg->fData[pReg->fCount];
1117 MEMCHECK(pReg, pNextRect, pReg->fData);
1118 pNextRect->left = r->left;
1119 pNextRect->top = top;
1120 pNextRect->right = r->right;
1121 pNextRect->bottom = bottom;
1123 pNextRect++;
1158 clipping_rect* pNextRect;
1160 pNextRect = &pReg->fData[pReg->fCount];
1164 (pNextRect[-1].top == top) && \
1165 (pNextRect[-1].bottom == bottom) && \
1166 (pNextRect[-1].right >= r->left)) \
1168 if (pNextRect[-1].right < r->right) \
1170 pNextRect[-1].right = r->right; \
1171 assert(pNextRect[-1].left<pNextRect[-1].right); \
1176 MEMCHECK(pReg, pNextRect, pReg->fData); \
1177 pNextRect->top = top; \
1178 pNextRect->bottom = bottom; \
1179 pNextRect->left = r->left; \
1180 pNextRect->right = r->right; \
1182 pNextRect += 1; \
1308 clipping_rect* pNextRect;
1310 pNextRect = &pReg->fData[pReg->fCount];
1317 MEMCHECK(pReg, pNextRect, pReg->fData);
1318 pNextRect->left = r->left;
1319 pNextRect->top = top;
1320 pNextRect->right = r->right;
1321 pNextRect->bottom = bottom;
1323 pNextRect++;
1356 clipping_rect* pNextRect;
1362 pNextRect = &pReg->fData[pReg->fCount];
1405 MEMCHECK(pReg, pNextRect, pReg->fData);
1406 pNextRect->left = left;
1407 pNextRect->top = top;
1408 pNextRect->right = r2->left;
1409 pNextRect->bottom = bottom;
1411 pNextRect++;
1440 MEMCHECK(pReg, pNextRect, pReg->fData);
1441 pNextRect->left = left;
1442 pNextRect->top = top;
1443 pNextRect->right = r1->right;
1444 pNextRect->bottom = bottom;
1446 pNextRect++;
1461 MEMCHECK(pReg, pNextRect, pReg->fData);
1462 pNextRect->left = left;
1463 pNextRect->top = top;
1464 pNextRect->right = r1->right;
1465 pNextRect->bottom = bottom;
1467 pNextRect++;