Lines Matching refs:left

138         int left = current->left;  in reverseRectsResolvingJunctions()  local
148 if (prev.right <= left) break; in reverseRectsResolvingJunctions()
150 if (prev.right > left && prev.right < 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()
170 dst.add(Rect(left, top, prev.left, bottom)); in reverseRectsResolvingJunctions()
171 left = prev.left; 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()
342 rects->left = static_cast<int32_t>(static_cast<float>(rects->left) * sx + 0.5f); in scaleSelf()
481 bounds.left = 0; in ~rasterizer()
494 } else if (cur->right == rect.left) { in operator ()()
512 if ((p->left != q->left) || (p->right != q->right)) { in flushSpan()
529 bounds.left = min(span.itemAt(0).left, bounds.left); in flushSpan()
569 b.left = b.left < cur->left ? b.left : cur->left; in validate()
581 } else if (cur->left < prev->right) { in validate()
601 b.left, b.top, b.right, b.bottom, in validate()
602 reg.getBounds().left, reg.getBounds().top, in validate()
655 lhs_rects[i].left + dx, in boolean_operation()
663 rhs_rects[i].left + dx, in boolean_operation()
689 head->left != it.rect().fLeft || 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()