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