Lines Matching refs:fBottom
15 double fLeft, fTop, fRight, fBottom;
21 fBottom = std::max(fBottom, 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;