Searched refs:outputPixels (Results 1 – 1 of 1) sorted by relevance
1951 int[] outputPixels = new int[width * height]; in shrinkAndScaleBilinear() local1996 outputPixels[yIndex * width + xIndex] = Color.rgb( in shrinkAndScaleBilinear()2003 return Bitmap.createBitmap(outputPixels, width, height, input.getConfig()); in shrinkAndScaleBilinear()