Searched refs:bitmapPixels (Results 1 – 1 of 1) sorted by relevance
171 int[] bitmapPixels = new int[width * height]; in customImagePixelization() local172 bitmap.getPixels(bitmapPixels, 0, width, 0, 0, width, height); in customImagePixelization()188 pixel = bitmapPixels[j * width + i]; in customImagePixelization()