Searched defs:sourceBitmap (Results 1 – 3 of 3) sorted by relevance
71 Bitmap sourceBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.android); in createGraph() local
139 Bitmap sourceBitmap = inputImage.toBitmap(); in onProcess() local
375 sk_sp<Bitmap> HardwareBitmapUploader::allocateHardwareBitmap(const SkBitmap& sourceBitmap) { in allocateHardwareBitmap()