Lines Matching defs:bottom
129 int bottom() const { return fBottom; }
603 int botA = iterA.bottom();
606 int botB = iterB.bottom();
613 iterBot = iter.bottom();
880 } while (++y < iter.bottom());
951 dump_one_row(iter.data(), width, iter.bottom() - iter.top() + 1);
955 } while (++y < iter.bottom());
1176 // Look to trim away empty rows from the bottom.
1187 // removing from the bottom is easier than from the top, as we don't
1202 // making us valid after the Builder. Since we build from top to bottom, its
1585 bool SkAAClip::quickContains(int left, int top, int right, int bottom) const {
1589 if (!fBounds.contains(SkIRect{left, top, right, bottom})) {
1595 if (lastY < bottom) {