Lines Matching refs:fBottom
87 outer.fRight >= inner.fRight && outer.fBottom >= inner.fBottom;
105 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
106 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
127 if (tmp[index1].fY > clip.fBottom) {
128 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
192 if (pts[index0].fY >= clip.fBottom) { // we're below the clip
206 if (tmp[index1].fY > clip.fBottom) {
207 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom);