Searched refs:upscaled (Results 1 – 1 of 1) sorted by relevance
252 Bitmap upscaled = Bitmap.createScaledBitmap(pixelatedBitmap, width, height, false); in builtInPixelization() local253 return new BitmapDrawable(getResources(), upscaled); in builtInPixelization()