Home
last modified time | relevance | path

Searched refs:rowB (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp449 auto* rowB = reinterpret_cast<char*>(pixelsB) + strideB * y; in bitmapsEqual() local
450 if (memcmp(rowA, rowB, minStride) != 0) { in bitmapsEqual()