Home | History | Annotate | Download | only in phone

Lines Matching refs:inputBitmap

138                 Bitmap inputBitmap = ((BitmapDrawable) inputDrawable).getBitmap();
140 if (VDBG) log("- inputBitmap: " + inputBitmap);
141 if (VDBG) log(" - dimensions: " + inputBitmap.getWidth()
142 + " x " + inputBitmap.getHeight());
143 if (VDBG) log(" - config: " + inputBitmap.getConfig());
144 if (VDBG) log(" - byte count: " + inputBitmap.getByteCount());
150 } else if (inputBitmap == null) {
154 } else if (!isLoRes(inputBitmap)) {
162 Bitmap blurredBitmap = BitmapUtils.createBlurredBitmap(inputBitmap);