Home | History | Annotate | Download | only in core

Lines Matching refs:fLeft

73     return  outer.fLeft <= inner.fLeft && outer.fTop <= inner.fTop &&
90 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
91 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
127 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
133 if (tmp[index0].fX < clip.fLeft) {
134 tmp[index0].set(clip.fLeft, sect_with_vertical(src, clip.fLeft));
214 if (tmp[index1].fX <= clip.fLeft) { // wholly to the left
215 tmp[0].fX = tmp[1].fX = clip.fLeft;
229 if (tmp[index0].fX < clip.fLeft) {
230 r->set(clip.fLeft, tmp[index0].fY);
232 r->set(clip.fLeft, sect_with_vertical(tmp, clip.fLeft));