Home | History | Annotate | Download | only in core

Lines Matching refs:RowIter

1386 class RowIter {
1388 RowIter(const uint8_t* row, const SkIRect& bounds) {
1433 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) {
1459 RowIter& iterA, RowIter& iterB,
1584 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
1585 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);