Lines Matching refs:fRight
18 desc += split + "\t fRight:" + std::to_string(fRight) + "\n";
27 std::min(a.fRight, b.fRight),
39 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) {
44 if (fLeft >= fRight || fTop >= fBottom) {
49 if (r.fRight > fRight) fRight = r.fRight;
60 quad[1].set(fRight, fTop);
61 quad[2].set(fRight, 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);
143 fRight = std::max(fRight, r.fRight);
167 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fRight, asType), fRight);
173 SkAppendScalarDec(&strR, fRight);
186 desc += split + "\t fRight:" + std::to_string(fRight) + "\n";
229 if (a.fRight > b.fRight) {
230 rightArea = (a.fRight - b.fRight) / aWidth;
251 out->fRight = b.fLeft;
254 out->fLeft = b.fRight;