Home
last modified time | relevance | path

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

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