Home | History | Annotate | Download | only in cache

Lines Matching refs:bmap

405         Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false);
406 if (bmap != null) {
407 bmap = orientBitmap(bmap, orientation);
408 if (bmap.getConfig()!= Bitmap.Config.ARGB_8888){
409 bmap = bmap.copy( Bitmap.Config.ARGB_8888,true);
412 return bmap;
446 Bitmap bmap = null;
450 bmap = loadDownsampledBitmap(context, sourceUri, sampleSize);
457 bmap = null;
462 return bmap;
491 Bitmap bmap = null;
495 bmap = BitmapFactory.decodeResource(
503 bmap = null;
508 return bmap;