Home
last modified time | relevance | path

Searched refs:destBitpmap (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java361 Bitmap destBitpmap = Bitmap.createBitmap(tempBitmap.getWidth(), in createThumbnail() local
363 Allocation outAllocation = Allocation.createFromBitmap(mRS, destBitpmap); in createThumbnail()
364 performFilter(inAllocation, outAllocation, destBitpmap, f); in createThumbnail()
367 button.setThumbnail(destBitpmap); in createThumbnail()