Searched refs:makeBuffer (Results 1 – 1 of 1) sorted by relevance
111 private static IntBuffer makeBuffer(int[] src, int n) { in makeBuffer() method in BitmapPixels.SampleView120 private static ShortBuffer makeBuffer(short[] src, int n) { in makeBuffer() method in BitmapPixels.SampleView145 mBitmap1.copyPixelsFromBuffer(makeBuffer(data8888, N)); in SampleView()146 mBitmap2.copyPixelsFromBuffer(makeBuffer(data565, N)); in SampleView()147 mBitmap3.copyPixelsFromBuffer(makeBuffer(data4444, N)); in SampleView()