Lines Matching defs:rowA
1343 const uint8_t* rowA, const SkIRect& rectA,
1552 const uint8_t* rowA = NULL;
1558 rowA = iterA.data();
1576 rowA = iterA.data();
1589 if (!rowA && !rowB) {
1593 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
2017 unsigned rowA = row[1];
2018 if (0xFF == rowA) {
2020 } else if (0 == rowA) {
2024 dst[i] = mergeOne(src[i], rowA);