Home | History | Annotate | Download | only in core

Lines Matching refs:fRight

65             outer.fRight >= inner.fRight && outer.fBottom >= inner.fBottom;
81 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
82 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
118 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
127 if (tmp[index1].fX > clip.fRight) {
128 tmp[index1].set(clip.fRight, sect_with_vertical(src, clip.fRight));
209 } else if (tmp[index0].fX >= clip.fRight) { // wholly to the right
210 tmp[0].fX = tmp[1].fX = clip.fRight;
227 if (tmp[index1].fX > clip.fRight) {
228 r->set(clip.fRight, sect_with_vertical(tmp, clip.fRight));
231 r->set(clip.fRight, tmp[index1].fY);