Searched refs:sourceBitmap (Results 1 – 4 of 4) sorted by relevance
28 static sk_sp<Bitmap> allocateHardwareBitmap(const SkBitmap& sourceBitmap);
384 sk_sp<Bitmap> HardwareBitmapUploader::allocateHardwareBitmap(const SkBitmap& sourceBitmap) { in allocateHardwareBitmap() argument390 FormatInfo format = determineFormat(sourceBitmap, usingGL); in allocateHardwareBitmap()395 SkBitmap bitmap = makeHwCompatible(format, sourceBitmap); in allocateHardwareBitmap()
139 Bitmap sourceBitmap = inputImage.toBitmap(); in onProcess() local140 canvas.drawBitmap(sourceBitmap, transform, paint); in onProcess()
71 Bitmap sourceBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.android); in createGraph() local