Home | History | Annotate | Download | only in pathops

Lines Matching refs:fBottom

18                 && AlmostLessOrEqualUlps(a.fTop, b.fBottom)
19 && AlmostLessOrEqualUlps(b.fTop, a.fBottom);
29 if (bottom > fBottom) fBottom = bottom;
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
40 if (pt.fY > fBottom) fBottom = pt.fY;
47 && AlmostLessOrEqualUlps(pt.fY, fBottom);
54 return !(fLeft <= fRight) || !(fTop <= fBottom)
55 || (fLeft == fRight && fTop == fBottom);
64 fTop = fBottom = pt.fY;