Searched refs:copyPixelsToBuffer (Results 1 – 3 of 3) sorted by relevance
454 bitmapOriginal.copyPixelsToBuffer(buffer); in shouldCopyPixelsToBufferAndReconstruct()492 bitmapOriginal.copyPixelsToBuffer(buffer); in throwsExceptionCopyPixelsToShortBuffer()499 bitmapOriginal.copyPixelsToBuffer(buffer); in throwsExceptionCopyPixelsToIntBuffer()506 bitmapOriginal.copyPixelsToBuffer(buffer); in throwsExceptionCopyPixelsToLongBuffer()513 bitmapOriginal.copyPixelsToBuffer(buffer); in throwsExceptionCopyPixelsToBufferTooSmall()520 bitmapOriginal.copyPixelsToBuffer(buffer); in throwsExceptionCopyPixelsToBufferNonArgb8888()
235 bitmap.copyPixelsToBuffer(bitmapBuffer); in checkBitmapContent()
603 protected void copyPixelsToBuffer(Buffer dst) { in copyPixelsToBuffer() method in ShadowBitmap