Searched defs:pixelRef (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp178 RecyclingPixelAllocator(SkPixelRef* pixelRef, unsigned int size) argument
179 : mPixelRef(pixelRef), mSize(size) {
294 RecyclingPixelAllocator recyclingAllocator(outputBitmap->pixelRef(), existingBufferSize);
442 pr = outputBitmap->pixelRef();

Completed in 63 milliseconds