Lines Matching refs:fBottom
19 desc += split + "\t fBottom:" + std::to_string(fBottom) + "\n";
28 std::min(a.fBottom, b.fBottom)
39 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) {
44 if (fLeft >= fRight || fTop >= fBottom) {
50 if (r.fBottom > fBottom) fBottom = r.fBottom;
61 quad[2].set(fRight, fBottom);
62 quad[3].set(fLeft, fBottom);
122 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom);
128 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom);
144 fBottom = std::max(fBottom, r.fBottom);
168 line.appendf(" %s /* %f */);", set_scalar(&tmp, fBottom, asType), fBottom);
174 SkAppendScalarDec(&strB, fBottom);
187 desc += split + "\t fBottom:" + std::to_string(fBottom) + "\n";
237 if (a.fBottom > b.fBottom) {
238 bottomArea = (a.fBottom - b.fBottom) / aHeight;
257 out->fBottom = b.fTop;
261 out->fTop = b.fBottom;