Lines Matching full:ftop
35 return outer.fLeft <= inner.fLeft && outer.fTop <= inner.fTop &&
54 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
55 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
73 if (tmp[index0].fY < clip.fTop) {
74 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
123 if (pts[index1].fY <= clip.fTop) { // we're above the clip
136 if (pts[index0].fY < clip.fTop) {
137 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);