Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/
DBitmapAllocatorAndroid.h47 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
DBitmapAllocatorAndroid.cpp57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*) in allocPixelRef() function in WebCore::BitmapAllocatorAndroid
DImageSourceAndroid.cpp314 if (!alloc.allocPixelRef(bm, NULL)) { in setData()
/external/skia/src/images/
DSkImageDecoder.cpp109 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder
219 this->allocPixelRef(dest, NULL); in cropBitmap()
DSkImageDecoder_libbmp.cpp127 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_libjpeg.cpp344 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
412 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
614 if (!this->allocPixelRef(bitmap, NULL)) { in onDecodeRegion()
663 if (!this->allocPixelRef(bitmap, NULL)) { in onDecodeRegion()
DSkImageDecoder_wbmp.cpp131 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
DSkImageDecoder_libwebp.cpp325 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecodeRegion()
365 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
DSkImageDecoder_fpdfemb.cpp137 if (!this->allocPixelRef(bm, NULL)) { in render()
DSkImageDecoder_libgif.cpp241 if (!this->allocPixelRef(bm, ctable)) { in onDecode()
DSkImageDecoder_libico.cpp247 if (!this->allocPixelRef(bm, NULL)) in onDecode()
DSkImageDecoder_libpng.cpp328 if (!this->allocPixelRef(decodedBitmap, in onDecode()
677 if (!this->allocPixelRef(decodedBitmap, in onDecodeRegion()
/external/skia/include/core/
DSkBitmap.h533 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
542 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
/external/skia/src/ports/
DSkImageDecoder_CG.cpp72 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageRef_ashmem.cpp64 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in AshmemAllocator
/external/skia/include/images/
DSkImageDecoder.h378 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/skia/src/core/
DSkBitmap.cpp367 return allocator->allocPixelRef(this, ctable); in allocPixels()
427 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator