Home | History | Annotate | Download | only in core

Lines Matching refs:fBottom

19     if (fLeft >= fRight || fTop >= fBottom) {
25 if (bottom > fBottom) fBottom = bottom;
33 if (fTop > fBottom) {
34 SkTSwap<int32_t>(fTop, fBottom);
44 if (fTop > fBottom) {
45 SkTSwap<SkScalar>(fTop, fBottom);
54 quad[2].set(fRight, fBottom);
55 quad[3].set(fLeft, fBottom);
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
110 if (fBottom > bottom) fBottom = bottom;
118 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
129 SkScalar B = SkMinScalar(fBottom, r.fBottom);
142 a.fTop < b.fBottom && b.fTop < a.fBottom) {
146 fBottom = SkMinScalar(a.fBottom, b.fBottom);
160 if (fLeft >= fRight || fTop >= fBottom) {
166 if (bottom > fBottom) fBottom = bottom;