Home | History | Annotate | Download | only in core

Lines Matching full:ftop

26     if (fLeft >= fRight || fTop >= fBottom)
31 if (top < fTop) fTop = top;
41 if (fTop > fBottom)
42 SkTSwap<int32_t>(fTop, fBottom);
51 if (fTop > fBottom)
52 SkTSwap<SkScalar>(fTop, fBottom);
59 quad[0].set(fLeft, fTop);
60 quad[1].set(fRight, fTop);
110 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
113 if (fTop < top) fTop = top;
124 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
134 if (fLeft >= fRight || fTop >= fBottom)
139 if (top < fTop) fTop = top;