Searched refs:rowA (Results 1 – 1 of 1) sorted by relevance
448 auto* rowA = reinterpret_cast<char*>(pixelsA) + strideA * y; in bitmapsEqual() local450 if (memcmp(rowA, rowB, minStride) != 0) { in bitmapsEqual()