Searched refs:mPixelRef (Results 1 – 1 of 1) sorted by relevance
186 : 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