Searched refs:byteBuf (Results 1 – 1 of 1) sorted by relevance
303 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local304 assertEquals(0, byteBuf.position()); in testCopyPixelsToBuffer()305 mBitmap.copyPixelsToBuffer(byteBuf); in testCopyPixelsToBuffer()306 assertEquals(pixSize, byteBuf.position()); in testCopyPixelsToBuffer()2103 ByteBuffer byteBuf = ByteBuffer.allocate(bitmap.getRowBytes() * bitmap.getHeight()); in testHardwareCopyPixelsToBuffer() local2104 bitmap.copyPixelsToBuffer(byteBuf); in testHardwareCopyPixelsToBuffer()