Lines Matching refs:fBottom
18 if (fLeft >= fRight || fTop >= fBottom) { in join()
24 if (bottom > fBottom) fBottom = bottom; in join()
32 if (fTop > fBottom) { in sort()
33 SkTSwap<int32_t>(fTop, fBottom); in sort()
44 quad[2].set(fRight, fBottom); in toQuad()
45 quad[3].set(fLeft, fBottom); in toQuad()
114 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom); in intersect()
120 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom); in intersect()
124 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom); in intersect()
136 if (fLeft >= fRight || fTop >= fBottom) { in join()
142 fBottom = SkMaxScalar(fBottom, bottom); in join()
166 line.appendf(" %s /* %f */);", set_scalar(&tmp, fBottom, asType), fBottom); in dump()
172 SkAppendScalarDec(&strB, fBottom); in dump()