Lines Matching refs:right

57  * given upper-left y coordinate (top) will have the same lower-right y
62 * or right but within its "vertical scope".
96 * Remember, right and bottom are not in the region
99 ((r1)->right > (r2)->left && \
100 (r1)->left < (r2)->right && \
112 if ((r)->right > (idRect)->fBounds.right)\
113 (idRect)->fBounds.right = (r)->right;\
141 ((R-1)->right >= (Rx2))))
149 (r)->right = (rx2);\
165 (r)->right = (rx2);\
177 ( ( ((r).right > x)) && \
224 pReg->fBounds.right = 0;
237 * right from pBox and pBoxEnd, resp., as good things to initialize them
242 pExtents->right = pBoxEnd->right;
252 if (pBox->right > pExtents->right)
254 pExtents->right = pBox->right;
258 assert(pExtents->left < pExtents->right);
281 pbox->right += x;
287 pRegion->fBounds.right += x;
413 int right;
421 right = min_c(r1->right,r2->right);
428 * right next to each other. Since that should never happen...
430 if (left < right)
437 pNextRect->right = right;
446 * to the right the least, since the other still has a chance to
449 if (r1->right < r2->right)
453 else if (r2->right < r1->right)
611 tempRects->right, min_c(tempRects->bottom, reg2->fBounds.top));
623 tempRects->right, min_c(tempRects->bottom, reg1->fBounds.top));
692 * at the right place... (given when multiple bands are added,
721 (pPrevBox->right != pCurBox->right))
758 * already... curStart is already in the right place.
1116 assert(r->left < r->right);
1120 pNextRect->right = r->right;
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); \
1180 pNextRect->right = r->right; \
1248 (reg1->fBounds.right >= reg2->fBounds.right) &&
1262 (reg2->fBounds.right >= reg1->fBounds.right) &&
1275 newReg->fBounds.right = max_c(reg1->fBounds.right, reg2->fBounds.right);
1316 assert(r->left<r->right);
1320 pNextRect->right = r->right;
1366 if (r2->right <= left)
1378 left = r2->right;
1379 if (left >= r1->right)
1398 else if (r2->left < r1->right)
1408 pNextRect->right = r2->left;
1415 left = r2->right;
1416 if (left >= r1->right)
1438 if (r1->right > left)
1443 pNextRect->right = r1->right;
1460 assert(left<r1->right);
1464 pNextRect->right = r1->right;
1602 if (pbox->right <= rx)
1612 if (pbox->left < prect->right)
1619 if (pbox->right >= prect->right)