Lines Matching full:dstrow
1172 unsigned char* dstRow = dst + ramRB * (height - 1);1174 memmove(dstRow, srcRow, snugRB);1176 dstRow -= ramRB;1178 SkASSERT(srcRow == dstRow); // first row does not need to be moved