Home | History | Annotate | Download | only in core

Lines Matching defs:fTop

155     return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
223 *itop = fBounds.fTop;
302 runs[0] = bounds.fTop;
380 const RunType* scanline = fRunHead->findScanline(r.fTop);
465 const RunType* scanline = fRunHead->findScanline(sect.fTop);
542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
767 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
790 fTop = (SkRegion::RunType)(bottom); // just update our bottom
801 fStartDst[0] = fTop;
814 SkRegion::RunType fTop;
1194 bounds->fTop = *runs++;
1235 SkASSERT(fBounds.fLeft == 0 && fBounds.fTop == 0 && fBounds.fRight == 0 && fBounds.fBottom == 0);
1264 SkDebugf(" rgn: [%d %d %d %d]", fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
1329 fRect.fTop = runs[0];
1332 fRect.fTop = fRect.fBottom;
1353 if (r.fTop >= clip.fBottom) {
1374 if (r.fTop >= fClip.fBottom) {
1394 if (!rgn.isEmpty() && y >= r.fTop && y < r.fBottom &&