Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h219 class RecyclingClippingPixelAllocator : public android::skia::BRDAllocator {
222 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
225 ~RecyclingClippingPixelAllocator();
H A DGraphics.cpp619 RecyclingClippingPixelAllocator::RecyclingClippingPixelAllocator( in RecyclingClippingPixelAllocator() function in RecyclingClippingPixelAllocator
627 RecyclingClippingPixelAllocator::~RecyclingClippingPixelAllocator() {} in ~RecyclingClippingPixelAllocator()
629 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
691 void RecyclingClippingPixelAllocator::copyIfNecessary() { in copyIfNecessary()
H A DBitmapRegionDecoder.cpp147 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()