Home | History | Annotate | Download | only in core

Lines Matching full:ftop

73     return  outer.fLeft <= inner.fLeft && outer.fTop <= inner.fTop &&
92 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
93 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
111 if (tmp[index0].fY < clip.fTop) {
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
199 if (pts[index1].fY <= clip.fTop) { // we're above the clip
212 if (pts[index0].fY < clip.fTop) {
213 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);