/external/webkit/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 | 324 if (!alloc.allocPixelRef(bm, NULL)) { in setData()
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 108 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder 212 this->allocPixelRef(dest, NULL); in cropBitmap()
|
D | SkImageDecoder_libjpeg.cpp | 333 if (!this->allocPixelRef(bm, NULL)) { in onDecode() 384 if (!this->allocPixelRef(bm, NULL)) { in onDecode() 580 if (!this->allocPixelRef(bitmap, NULL)) { in onDecodeRegion() 629 if (!this->allocPixelRef(bitmap, NULL)) { in onDecodeRegion()
|
D | SkImageDecoder_libbmp.cpp | 127 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_wbmp.cpp | 131 if (!this->allocPixelRef(decodedBitmap, ct)) { 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 | 315 if (!this->allocPixelRef(decodedBitmap, in onDecode() 660 if (!this->allocPixelRef(decodedBitmap, in onDecodeRegion()
|
/external/skia/include/core/ |
D | SkBitmap.h | 419 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0; 428 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
|
/external/skia/src/ports/ |
D | SkImageRef_ashmem.cpp | 63 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in AshmemAllocator
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 377 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 333 return allocator->allocPixelRef(this, ctable); in allocPixels() 429 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator
|