Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h178 class RecyclingClippingPixelAllocator : public SkBRDAllocator {
181 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
184 ~RecyclingClippingPixelAllocator();
DGraphics.cpp500 RecyclingClippingPixelAllocator::RecyclingClippingPixelAllocator( in RecyclingClippingPixelAllocator() function in RecyclingClippingPixelAllocator
508 RecyclingClippingPixelAllocator::~RecyclingClippingPixelAllocator() {} in ~RecyclingClippingPixelAllocator()
510 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
572 void RecyclingClippingPixelAllocator::copyIfNecessary() { in copyIfNecessary()
DBitmapRegionDecoder.cpp178 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()