Searched defs:sourceBitmap (Results 1 – 6 of 6) sorted by relevance
41 final Bitmap sourceBitmap = ((BitmapDrawable) source).getBitmap(); in testTransparency() local
71 Bitmap sourceBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.android); in createGraph() local
267 Bitmap sourceBitmap = BitmapFactory.decodeStream(is); in createPaddedSourceImage() local345 Bitmap sourceBitmap = createPaddedSourceImage(mSourceImageUri, false); in createFinalTinyPlanet() local
222 final Bitmap sourceBitmap = loadedResource.getBitmap(); in postProcessOnBitmapResourceLoaded() local
139 Bitmap sourceBitmap = inputImage.toBitmap(); in onProcess() local
384 sk_sp<Bitmap> HardwareBitmapUploader::allocateHardwareBitmap(const SkBitmap& sourceBitmap) { in allocateHardwareBitmap()