/external/webkit/Source/WebCore/platform/graphics/android/ |
D | BitmapAllocatorAndroid.h | 47 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
|
D | BitmapAllocatorAndroid.cpp | 57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*) in allocPixelRef() function in WebCore::BitmapAllocatorAndroid
|
D | ImageSourceAndroid.cpp | 314 if (!alloc.allocPixelRef(bm, NULL)) { in setData()
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 109 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder 219 this->allocPixelRef(dest, NULL); in cropBitmap()
|
D | SkImageDecoder_libbmp.cpp | 127 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 344 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()
|
D | SkImageDecoder_wbmp.cpp | 131 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 325 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecodeRegion() 365 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
|
D | SkImageDecoder_fpdfemb.cpp | 137 if (!this->allocPixelRef(bm, NULL)) { in render()
|
D | SkImageDecoder_libgif.cpp | 241 if (!this->allocPixelRef(bm, ctable)) { in onDecode()
|
D | SkImageDecoder_libico.cpp | 247 if (!this->allocPixelRef(bm, NULL)) in onDecode()
|
D | SkImageDecoder_libpng.cpp | 328 if (!this->allocPixelRef(decodedBitmap, in onDecode() 677 if (!this->allocPixelRef(decodedBitmap, in onDecodeRegion()
|
/external/skia/include/core/ |
D | SkBitmap.h | 533 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0; 542 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
|
/external/skia/src/ports/ |
D | SkImageDecoder_CG.cpp | 72 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageRef_ashmem.cpp | 64 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in AshmemAllocator
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 378 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 367 return allocator->allocPixelRef(this, ctable); in allocPixels() 427 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator
|