Lines Matching refs:b1
211 Bitmap b1;214 b1 = Bitmap.createBitmap(source, 0, 0,217 b1 = source;220 if (recycle && b1 != source) {224 int dx1 = Math.max(0, b1.getWidth() - targetWidth);225 int dy1 = Math.max(0, b1.getHeight() - targetHeight);228 b1,234 if (b2 != b1) {235 if (recycle || b1 != source) {236 b1.recycle();