Lines Matching refs:right
139 int right = current->right; in reverseRectsResolvingJunctions() local
148 if (prev.right <= left) break; in reverseRectsResolvingJunctions()
150 if (prev.right > left && prev.right < right) { in reverseRectsResolvingJunctions()
151 dst.add(Rect(prev.right, top, right, bottom)); in reverseRectsResolvingJunctions()
152 right = prev.right; in reverseRectsResolvingJunctions()
155 if (prev.left > left && prev.left < right) { in reverseRectsResolvingJunctions()
156 dst.add(Rect(prev.left, top, right, bottom)); in reverseRectsResolvingJunctions()
157 right = prev.left; in reverseRectsResolvingJunctions()
162 if (prev.left >= right) { in reverseRectsResolvingJunctions()
167 if (prev.left >= right) break; in reverseRectsResolvingJunctions()
169 if (prev.left > left && prev.left < right) { in reverseRectsResolvingJunctions()
174 if (prev.right > left && prev.right < right) { in reverseRectsResolvingJunctions()
175 dst.add(Rect(left, top, prev.right, bottom)); in reverseRectsResolvingJunctions()
176 left = prev.right; in reverseRectsResolvingJunctions()
180 if (prev.right <= left) { in reverseRectsResolvingJunctions()
186 if (left < right) { in reverseRectsResolvingJunctions()
187 dst.add(Rect(left, top, right, bottom)); in reverseRectsResolvingJunctions()
248 if (y >= cur->top && y < cur->bottom && x >= cur->left && x < cur->right) { in contains()
343 rects->right = static_cast<int32_t>(static_cast<float>(rects->right) * sx + 0.5f); in scaleSelf()
482 bounds.right = 0; in ~rasterizer()
494 } else if (cur->right == rect.left) { in operator ()()
495 cur->right = rect.right; in operator ()()
512 if ((p->left != q->left) || (p->right != q->right)) { in flushSpan()
530 bounds.right = max(span.top().right, bounds.right); in flushSpan()
560 if (cur->right > region_operator<Rect>::max_value) { in validate()
571 b.right = b.right > cur->right ? b.right : cur->right; in validate()
581 } else if (cur->left < prev->right) { in validate()
601 b.left, b.top, b.right, b.bottom, in validate()
603 reg.getBounds().right, reg.getBounds().bottom); in validate()
657 lhs_rects[i].right + dx, in boolean_operation()
665 rhs_rects[i].right + dx, in boolean_operation()
691 head->right != it.rect().fRight || in boolean_operation()
736 op, rhs.left, rhs.top, rhs.right, rhs.bottom); in boolean_operation()
889 StringAppendF(&out, " [%3d, %3d, %3d, %3d]\n", head->left, head->top, head->right, in dump()
902 head->left, head->top, head->right, head->bottom); in dump()