Lines Matching refs:rowA
1413 const uint8_t* rowA, const SkIRect& rectA,
1611 const uint8_t* rowA = nullptr;
1617 rowA = iterA.data();
1635 rowA = iterA.data();
1648 if (!rowA && !rowB) {
1652 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
2068 unsigned rowA = row[1];
2069 if (0xFF == rowA) {
2071 } else if (0 == rowA) {
2075 dst[i] = mergeOne(src[i], rowA);