Searched refs:byteBuf (Results 1 – 1 of 1) sorted by relevance
306 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local307 assertEquals(0, byteBuf.position()); in testCopyPixelsToBuffer()308 mBitmap.copyPixelsToBuffer(byteBuf); in testCopyPixelsToBuffer()309 assertEquals(pixSize, byteBuf.position()); in testCopyPixelsToBuffer()2167 ByteBuffer byteBuf = ByteBuffer.allocate(bitmap.getRowBytes() * bitmap.getHeight()); in testHardwareCopyPixelsToBuffer() local2168 bitmap.copyPixelsToBuffer(byteBuf); in testHardwareCopyPixelsToBuffer()