Lines Matching full:ftop
83 return outer.fLeft <= inner.fLeft && outer.fTop <= inner.fTop &&
102 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
103 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
121 if (tmp[index0].fY < clip.fTop) {
122 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
213 if (pts[index1].fY <= clip.fTop) { // we're above the clip
226 if (pts[index0].fY < clip.fTop) {
227 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);