Lines Matching defs:RowIter
1454 class RowIter {
1456 RowIter(const uint8_t* row, const SkIRect& bounds) {
1501 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) {
1527 RowIter& iterA, RowIter& iterB,
1652 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
1653 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);