Home | History | Annotate | Download | only in core

Lines Matching full: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);
229 *itop = fBounds.fTop;
308 runs[0] = bounds.fTop;
386 const RunType* scanline = fRunHead->findScanline(r.fTop);
471 const RunType* scanline = fRunHead->findScanline(sect.fTop);
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
773 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
796 fTop = (SkRegion::RunType)(bottom); // just update our bottom
807 fStartDst[0] = fTop;
820 SkRegion::RunType fTop;
1200 bounds->fTop = *runs++;
1241 SkASSERT(fBounds.fLeft == 0 && fBounds.fTop == 0 && fBounds.fRight == 0 && fBounds.fBottom == 0);
1270 SkDebugf(" rgn: [%d %d %d %d]", fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
1335 fRect.fTop = runs[0];
1338 fRect.fTop = fRect.fBottom;
1359 if (r.fTop >= clip.fBottom) {
1380 if (r.fTop >= fClip.fBottom) {
1400 if (!rgn.isEmpty() && y >= r.fTop && y < r.fBottom &&