Lines Matching refs:bitmap
248 throw new RuntimeException("generatePreview is not recycling the bitmap " + o);
447 throw new RuntimeException("Improperly sized bitmap passed as argument");
553 // If a bitmap is passed in, we use it; otherwise, we create a bitmap of the right size
558 // Draw the scaled preview into the final bitmap
609 // Reture the nadged bitmap.
650 throw new RuntimeException("Improperly sized bitmap passed as argument");
676 Drawable d, Bitmap bitmap, int x, int y, int w, int h) {
677 renderDrawableToBitmap(d, bitmap, x, y, w, h, 1f);
681 Drawable d, Bitmap bitmap, int x, int y, int w, int h,
683 if (bitmap != null) {
684 Canvas c = new Canvas(bitmap);