Home | History | Annotate | Download | only in core

Lines Matching refs:fTop

26     if (fLeft >= fRight || fTop >= fBottom) {
30 if (top < fTop) fTop = top;
40 if (fTop > fBottom) {
41 SkTSwap<int32_t>(fTop, fBottom);
49 SkScalarIsFinite(fTop) &&
58 if (fTop > fBottom) {
59 SkTSwap<SkScalar>(fTop, fBottom);
66 quad[0].set(fLeft, fTop);
67 quad[1].set(fRight, fTop);
116 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
119 if (fTop < top) fTop = top;
129 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
140 if (fLeft >= fRight || fTop >= fBottom) {
144 if (top < fTop) fTop = top;