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

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h171 class RecyclingClippingPixelAllocator : public SkBRDAllocator { class in inherits:SkBRDAllocator
174 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
177 ~RecyclingClippingPixelAllocator();
H A DGraphics.cpp623 RecyclingClippingPixelAllocator::RecyclingClippingPixelAllocator( function in class:RecyclingClippingPixelAllocator
631 RecyclingClippingPixelAllocator::~RecyclingClippingPixelAllocator() {}
633 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
697 void RecyclingClippingPixelAllocator::copyIfNecessary() {
H A DBitmapRegionDecoder.cpp177 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes);

Completed in 181 milliseconds