Home
last modified time | relevance | path

Searched defs:bytesPerElement (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java283 final int bytesPerElement = 1; in testCopyWithDirectByteBuffer() local
295 pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithDirectByteBuffer() local
321 final int bytesPerElement = 2; in testCopyWithDirectShortBuffer() local
334 pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithDirectShortBuffer() local
360 final int bytesPerElement = 4; in testCopyWithDirectIntBuffer() local
373 pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithDirectIntBuffer() local
399 final int bytesPerElement = 1; in testCopyWithHeapByteBuffer() local
410 assertEquals(heapBuffer.position(), pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithHeapByteBuffer() local
436 final int bytesPerElement = 2; in testCopyWithHeapShortBuffer() local
447 assertEquals(heapBuffer.position(), pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithHeapShortBuffer() local
[all …]