Searched refs:nativeCopyPixelsFromBuffer (Results 1 – 2 of 2) sorted by relevance
652 nativeCopyPixelsFromBuffer(mNativePtr, src); in copyPixelsFromBuffer()2249 private static native void nativeCopyPixelsFromBuffer(long nativeBitmap, Buffer src); in nativeCopyPixelsFromBuffer() method in Bitmap
434 /*package*/ static void nativeCopyPixelsFromBuffer(long nb, Buffer src) { in nativeCopyPixelsFromBuffer() method in Bitmap_Delegate