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.cpp101 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder
203 if (!this->allocPixelRef(dest, NULL)) { in cropBitmap()
DSkImageDecoder_wbmp.cpp133 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
DSkImageDecoder_libbmp.cpp128 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_libjpeg.cpp339 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
407 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
628 if (!this->allocPixelRef(bitmap, NULL)) { in onDecodeRegion()
699 if (!this->allocPixelRef(bitmap, NULL)) { in onDecodeRegion()
DSkImageDecoder_libwebp.cpp359 ? allocPixelRef(bitmap, NULL) in onDecodeRegion()
424 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
DSkImageDecoder_libgif.cpp241 if (!this->allocPixelRef(bm, ctable)) { in onDecode()
DSkImageDecoder_libico.cpp250 if (!this->allocPixelRef(bm, NULL)) in onDecode()
DSkImageDecoder_libpng.cpp320 if (!this->allocPixelRef(decodedBitmap, in onDecode()
683 if (!this->allocPixelRef(decodedBitmap, in onDecodeRegion()
/external/skia/include/core/
DSkBitmap.h555 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
564 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
/external/skia/src/ports/
DSkImageDecoder_CG.cpp73 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageRef_ashmem.cpp73 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in AshmemAllocator
DSkImageDecoder_WIC.cpp96 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
/external/skia/include/images/
DSkImageDecoder.h371 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/skia/src/core/
DSkBitmap.cpp368 return allocator->allocPixelRef(this, ctable); in allocPixels()
429 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator