Lines Matching refs:fBottom
16 return bounds.fTop >= clip.fBottom || bounds.fBottom <= clip.fTop;
122 if (pts[2].fY > clip.fBottom) {
123 if (chopMonoQuadAtY(pts, clip.fBottom, &t)) {
126 clamp_le(tmp[1].fY, clip.fBottom);
127 tmp[2].fY = clip.fBottom;
135 if (pts[i].fY > clip.fBottom) {
136 pts[i].fY = clip.fBottom;
149 if (pts[2].fY <= clip.fTop || pts[0].fY >= clip.fBottom) {
317 if (pts[3].fY > clip.fBottom) {
319 chop_mono_cubic_at_y(pts, clip.fBottom, tmp);
320 tmp[3].fY = clip.fBottom;
321 clamp_le(tmp[2].fY, clip.fBottom);
342 if (pts[3].fY <= clip.fTop || pts[0].fY >= clip.fBottom) {
414 return r.fLeft < -limit || r.fTop < -limit || r.fRight > limit || r.fBottom > limit;
423 if (bounds.fBottom > clip.fTop && bounds.fTop < clip.fBottom) {