Lines Matching refs:fRight
74 outer.fRight >= inner.fRight && outer.fBottom >= inner.fBottom; in containsNoEmptyCheck()
90 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) || in IntersectLine()
91 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) || in IntersectLine()
127 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) && in IntersectLine()
136 if (tmp[index1].fX > clip.fRight) { in IntersectLine()
137 tmp[index1].set(clip.fRight, sect_with_vertical(src, clip.fRight)); in IntersectLine()
244 } else if (tmp[index0].fX >= clip.fRight) { // wholly to the right in ClipLine()
248 tmp[0].fX = tmp[1].fX = clip.fRight; in ClipLine()
265 if (tmp[index1].fX > clip.fRight) { in ClipLine()
266 r->set(clip.fRight, sect_with_vertical(tmp, clip.fRight)); in ClipLine()
269 r->set(clip.fRight, tmp[index1].fY); in ClipLine()