Home | History | Annotate | Download | only in core

Lines Matching refs:fRight

87             outer.fRight >= inner.fRight && outer.fBottom >= inner.fBottom;
103 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
104 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
140 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight)) {
143 if (tmp[0].fX != tmp[1].fX || tmp[0].fX < clip.fLeft || tmp[0].fX > clip.fRight) {
151 if (tmp[index1].fX > clip.fRight) {
152 tmp[index1].set(clip.fRight, sect_with_vertical(src, clip.fRight));
233 } else if (tmp[index0].fX >= clip.fRight) { // wholly to the right
237 tmp[0].fX = tmp[1].fX = clip.fRight;
254 if (tmp[index1].fX > clip.fRight) {
255 r->set(clip.fRight, sect_clamp_with_vertical(tmp, clip.fRight));
258 r->set(clip.fRight, tmp[index1].fY);