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