/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 | 101 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder 203 if (!this->allocPixelRef(dest, NULL)) { in cropBitmap()
|
D | SkImageDecoder_wbmp.cpp | 133 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 128 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 339 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()
|
D | SkImageDecoder_libwebp.cpp | 359 ? allocPixelRef(bitmap, NULL) in onDecodeRegion() 424 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
|
D | SkImageDecoder_libgif.cpp | 241 if (!this->allocPixelRef(bm, ctable)) { in onDecode()
|
D | SkImageDecoder_libico.cpp | 250 if (!this->allocPixelRef(bm, NULL)) in onDecode()
|
D | SkImageDecoder_libpng.cpp | 320 if (!this->allocPixelRef(decodedBitmap, in onDecode() 683 if (!this->allocPixelRef(decodedBitmap, in onDecodeRegion()
|
/external/skia/include/core/ |
D | SkBitmap.h | 555 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0; 564 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
|
/external/skia/src/ports/ |
D | SkImageDecoder_CG.cpp | 73 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageRef_ashmem.cpp | 73 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in AshmemAllocator
|
D | SkImageDecoder_WIC.cpp | 96 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 371 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 368 return allocator->allocPixelRef(this, ctable); in allocPixels() 429 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator
|