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