Lines Matching refs:fTop
15 double fLeft, fTop, fRight, fBottom;
19 fTop = std::min(fTop, pt.fY);
26 && approximately_between(fTop, pt.fY, fBottom);
33 SkASSERT(fTop <= fBottom);
35 SkASSERT(r.fTop <= r.fBottom);
36 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
41 fTop = fBottom = pt.fY;
49 return fBottom - fTop;
73 return fLeft <= fRight && fTop <= fBottom;