Searched refs:copyPixelsFromBuffer (Results 1 – 4 of 4) sorted by relevance
462 bitmapReconstructed.copyPixelsFromBuffer(buffer); in shouldCopyPixelsToBufferAndReconstruct()527 bitmapOriginal.copyPixelsFromBuffer(buffer); in throwsExceptionCopyPixelsFromShortBuffer()534 bitmapOriginal.copyPixelsFromBuffer(buffer); in throwsExceptionCopyPixelsFromIntBuffer()541 bitmapOriginal.copyPixelsFromBuffer(buffer); in throwsExceptionCopyPixelsFromLongBuffer()548 bitmapOriginal.copyPixelsFromBuffer(buffer); in throwsExceptionCopyPixelsFromBufferTooSmall()555 bitmapOriginal.copyPixelsFromBuffer(buffer); in throwsExceptionCopyPixelsFromBufferNonArgb8888()563 bitmapOriginal.copyPixelsFromBuffer(buffer); in throwsExceptionCopyPixelsFromBufferRecycled()
93 bitmap.copyPixelsFromBuffer(uint8Buffer.getBuffer()); in convertGrayscaleTensorBufferToBitmap()
746 bitmap.copyPixelsFromBuffer(bitmapBuffer); in notifyCallbacks()
578 protected void copyPixelsFromBuffer(Buffer dst) { in copyPixelsFromBuffer() method in ShadowBitmap