Lines Matching refs:fTop
243 "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
262 *itop = fBounds.fTop;
347 runs[0] = bounds.fTop;
425 const RunType* scanline = fRunHead->findScanline(r.fTop);
510 const RunType* scanline = fRunHead->findScanline(sect.fTop);
600 dy = pin_offset_s32(fBounds.fTop, fBounds.fBottom, dy);
837 , fTop((SkRegionPriv::RunType)top) // just a first guess, we might update this
860 fTop = (SkRegionPriv::RunType)bottom; // just update our bottom
871 (*fArray)[fStartDst] = fTop;
887 SkRegionPriv::RunType fTop;
1213 rect.fTop = *runs++;
1214 if (rect.fTop == SkRegion_kRunTypeSentinel) {
1217 if (rect.fTop != givenBounds.fTop) {
1232 if (rect.fBottom <= rect.fTop) {
1260 rect.fTop = rect.fBottom;
1338 desc += split + "\t fBounds.fTop:" + std::to_string(fBounds.fTop) + "\n";
1361 SkDebugf(" rgn: [%d %d %d %d]", fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
1426 fRect.fTop = runs[0];
1429 fRect.fTop = fRect.fBottom;
1450 if (r.fTop >= clip.fBottom) {
1471 if (r.fTop >= fClip.fBottom) {
1491 if (!rgn.isEmpty() && y >= r.fTop && y < r.fBottom &&