Lines Matching full:rowa
1440 const uint8_t* rowA, const SkIRect& rectA,
1638 const uint8_t* rowA = nullptr;
1644 rowA = iterA.data();
1662 rowA = iterA.data();
1675 if (!rowA && !rowB) {
1679 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
2095 unsigned rowA = row[1];
2096 if (0xFF == rowA) {
2098 } else if (0 == rowA) {
2102 dst[i] = mergeOne(src[i], rowA);