Lines Matching full:ftop
514 bounds.fTop = bounds.fBottom = dst[0].fY;
525 bounds.fTop = bounds.fBottom = dst[0].fY;
1002 a.fTop <= b.fBottom && b.fTop <= a.fBottom;
1009 if (top < fTop) {
1010 fTop = top;
1021 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
1026 if (pt.fY < fTop) fTop = pt.fY;
1032 fTop > fBottom
1033 || (fLeft == fRight && fTop == fBottom)
1035 || sk_double_isnan(fTop) || sk_double_isnan(fBottom);
1061 fTop = fBottom = pt.fY;
1285 return fBounds.fTop < rh.fBounds.fTop;
2235 SkScalar top = fBounds.fTop;
2945 if (approximately_greater(top, bounds.fTop)) {
2946 top = bounds.fTop;
3103 return fBounds.fTop == fBounds.fBottom;
4114 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
4507 return fBounds.fTop == rh.fBounds.fTop
4509 : fBounds.fTop < rh.fBounds.fTop;
4958 fBounds.fLeft, fBounds.fTop,
5348 return bounds().fTop;
5364 return bounds().fTop;
5543 if (test->bounds().fBottom < next->bounds().fTop) {
5840 if (basePt.fY < contour->bounds().fTop) {