Lines Matching refs:fTop
17 desc += split + "\t fTop:" + std::to_string(fTop) + "\n";
26 std::max(a.fTop, b.fTop),
39 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) {
44 if (fLeft >= fRight || fTop >= fBottom) {
48 if (r.fTop < fTop) fTop = r.fTop;
59 quad[0].set(fLeft, fTop);
60 quad[1].set(fRight, fTop);
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);
142 fTop = std::min(fTop, r.fTop);
166 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop);
172 SkAppendScalarDec(&strT, fTop);
185 desc += split + "\t fTop:" + std::to_string(fTop) + "\n";
233 if (b.fTop > a.fTop) {
234 topArea = (b.fTop - a.fTop) / aHeight;
257 out->fBottom = b.fTop;
261 out->fTop = b.fBottom;