Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp186 : mPixelRef(pixelRef), mSize(size) { in RecyclingPixelAllocator()
187 SkSafeRef(mPixelRef); in RecyclingPixelAllocator()
191 SkSafeUnref(mPixelRef); in ~RecyclingPixelAllocator()
208 SkPixelRef* pr = new AndroidPixelRef(*static_cast<AndroidPixelRef*>(mPixelRef), in allocPixelRef()
219 SkPixelRef* const mPixelRef; member in RecyclingPixelAllocator