Home | History | Annotate | Download | only in core

Lines Matching defs:fBottom

122     int bottom() const { return fBottom; }
131 int fTop, fBottom;
138 fTop = fBottom = clip.fBounds.fBottom;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
162 fTop = fBottom;
165 fBottom = kMaxInt32;
168 fBottom += curr->fY - prev->fY;
580 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
592 // possible our fBounds.fBottom is bigger than our last scanline of data, so
593 // we trim fBounds.fBottom back up.
608 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
737 if (yoff->fY != fBounds.fBottom - 1) {
819 int bot = r.fBottom - offsetY;
1088 SkASSERT(fMinY < fBounds.fBottom);
1639 if (top >= bounds.fBottom) {
1643 if (bot > bounds.fBottom) {
1644 bot = bounds.fBottom;
1651 SkASSERT(bot <= bounds.fBottom);
2211 rowMask.fBounds.fBottom = y + 1;