Lines Matching refs:fBottom
243 "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
263 *ibot = fBounds.fBottom;
348 runs[1] = bounds.fBottom;
430 if (r.fBottom <= scanline_bottom(scanline)) {
515 if (sect.fBottom <= scanline_bottom(scanline)) {
600 dy = pin_offset_s32(fBounds.fTop, fBounds.fBottom, dy);
1225 rect.fBottom = *runs++;
1226 if (rect.fBottom == SkRegion_kRunTypeSentinel) {
1229 if (rect.fBottom > givenBounds.fBottom) {
1232 if (rect.fBottom <= rect.fTop) {
1260 rect.fTop = rect.fBottom;
1340 desc += split + "\t fBounds.fBottom:" + std::to_string(fBounds.fBottom) + "\n";
1361 SkDebugf(" rgn: [%d %d %d %d]", fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
1429 fRect.fTop = fRect.fBottom;
1432 fRect.fBottom = runs[0];
1450 if (r.fTop >= clip.fBottom) {
1471 if (r.fTop >= fClip.fBottom) {
1491 if (!rgn.isEmpty() && y >= r.fTop && y < r.fBottom &&