Searched refs:inBitmap (Results 1 – 8 of 8) sorted by relevance
54 var inBitmap = Bitmap.createScaledBitmap(artwork, rect.width(), rect.height(), in processArtwork() variable58 if (inBitmap.config != Bitmap.Config.ARGB_8888) { in processArtwork()59 val oldIn = inBitmap in processArtwork()60 inBitmap = oldIn.copy(Bitmap.Config.ARGB_8888, false /* isMutable */) in processArtwork()63 val input = Allocation.createFromBitmap(renderScript, inBitmap, in processArtwork()65 val outBitmap = Bitmap.createBitmap(inBitmap.width, inBitmap.height, in processArtwork()78 inBitmap.recycle() in processArtwork()
104 public Bitmap inBitmap; field in BitmapFactory.Options439 if (opts.inBitmap != null) { in validate()440 if (opts.inBitmap.getConfig() == Bitmap.Config.HARDWARE) { in validate()444 if (opts.inBitmap.isRecycled()) { in validate()471 if (opts == null || opts.inBitmap == null) { in nativeInBitmap()475 return opts.inBitmap.getNativeInstance(); in nativeInBitmap()618 if (bm == null && opts != null && opts.inBitmap != null) { in decodeResource()669 if (bm == null && opts != null && opts.inBitmap != null) { in decodeByteArray()712 } else if (opts.inBitmap != null) { in setDensityFromOptions()768 if (bm == null && opts != null && opts.inBitmap != null) { in decodeStream()[all …]
106 opts.inBitmap = null; in nativeDecodeFileDescriptor()115 opts.inBitmap = null; in nativeDecodeAsset()124 opts.inBitmap = null; in nativeDecodeByteArray()159 } else if (opts.inBitmap != null) { in setDensityFromOptions()
450 mOptions.inBitmap = bitmap; in getTile()455 if (mOptions.inBitmap != bitmap && mOptions.inBitmap != null) { in getTile()456 mOptions.inBitmap = null; in getTile()
192 mOpts.inBitmap = null; in decode()284 mOpts.inBitmap = mInBitmap.bmp; in decode()379 mOpts.inBitmap = null; in decode()
181 opts.inBitmap = loaded; in DessertCaseView()
10517 field public android.graphics.Bitmap inBitmap;
13671 field public android.graphics.Bitmap inBitmap;