Searched refs:mRecycledBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp682 : mRecycledBitmap(recycledBitmap)
693 LOG_ALWAYS_FATAL_IF(!mRecycledBitmap);
699 if (mRecycledBitmap->info().colorType() != bitmap->colorType()) {
704 // mRecycledBitmap specifies the width and height of the bitmap that we
707 const int maxWidth = SkTMax(bitmap->width(), mRecycledBitmap->info().width());
708 const int maxHeight = SkTMax(bitmap->height(), mRecycledBitmap->info().height());
714 // of mRecycledBitmap. It is very important that we pass in
715 // mRecycledBitmap->info() for the SkImageInfo. According to the
718 mRecycledBitmap->reconfigure(mRecycledBitmap
[all...]
H A DGraphicsJNI.h210 android::Bitmap* mRecycledBitmap; member in class:RecyclingClippingPixelAllocator

Completed in 51 milliseconds