Home
last modified time | relevance | path

Searched defs:allocPixelRef (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp627 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in HeapAllocator
646 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingClippingPixelAllocator
772 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in AshmemPixelAllocator
H A DBitmapFactory.cpp111 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in ScaleCheckingAllocator
138 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingPixelAllocator
/aosp_15_r20/external/skia/docs/examples/
H A DBitmap_tryAllocPixels_4.cpp16 bool allocPixelRef(SkBitmap* bitmap) override { in allocPixelRef() function in LargeAllocator
/aosp_15_r20/external/skia/src/core/
H A DSkBitmap.cpp377 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef() function in SkBitmap::HeapAllocator