Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DResourceCache.cpp65 bitmapResource->pixelRef()->globalRef(); in incrementRefcount()
103 bitmapResource->pixelRef()->globalRef(); in incrementRefcountLocked()
136 bitmapResource->pixelRef()->globalUnref(); in decrementRefcount()
177 bitmapResource->pixelRef()->globalUnref(); in decrementRefcountLocked()
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp185 RecyclingPixelAllocator(SkPixelRef* pixelRef, unsigned int size) in RecyclingPixelAllocator() argument
186 : mPixelRef(pixelRef), mSize(size) { in RecyclingPixelAllocator()
308 RecyclingPixelAllocator recyclingAllocator(outputBitmap->pixelRef(), existingBufferSize); in doDecode()
459 pr = outputBitmap->pixelRef(); in doDecode()
DGraphics.cpp365 SkASSERT(bitmap->pixelRef()); in createBitmap()
617 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(fBuffer); in JavaHeapBitmapRef()
623 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(NULL); in ~JavaHeapBitmapRef()
DBitmap.cpp364 SkPixelRef* ref = bitmap->pixelRef(); in Bitmap_reconfigure()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp281 SkPixelRef* ref = nativeBitmap ? nativeBitmap->pixelRef() : 0; in jni_eglCreatePixmapSurface()