/external/skia/src/images/ |
D | SkImageDecoder.cpp | 103 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder 191 if (!this->allocPixelRef(dst, NULL)) { in cropBitmap()
|
D | SkImageDecoder_pkm.cpp | 60 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 142 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_wbmp.cpp | 125 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
|
D | SkImageDecoder_astc.cpp | 138 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 377 ? allocPixelRef(bitmap, NULL) in onDecodeSubset() 428 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
|
D | SkImageDecoder_ktx.cpp | 121 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkDecodingImageGenerator.cpp | 67 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in __anon99b6a65a0111::TargetAllocator
|
D | SkImageDecoder_libico.cpp | 255 if (!this->allocPixelRef(bm, NULL)) in onDecode()
|
D | SkImageDecoder_libgif.cpp | 369 if (!this->allocPixelRef(bm, ctable)) {
|
D | SkImageDecoder_libpng.cpp | 361 if (!this->allocPixelRef(decodedBitmap, in onDecode() 827 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) { in onDecodeSubset()
|
D | SkImageDecoder_libjpeg.cpp | 656 if (!this->allocPixelRef(bm, NULL)) { in onDecode() 1086 if (!this->allocPixelRef(&bitmap, NULL)) { in onDecodeSubset()
|
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 88 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { in allocPixelRef() function in SkImageDecoder
|
D | SkImageGenerator_skia.cpp | 24 bool allocPixelRef(SkBitmap* bm, SkColorTable* ctable) override { in allocPixelRef() function in BareMemoryAllocator
|
D | SkImageDecoder_CG.cpp | 165 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_WIC.cpp | 193 if (!this->allocPixelRef(bm, NULL)) { in decodeStream()
|
/external/skia/src/utils/ios/ |
D | SkImageDecoder_iOS.mm | 37 if (!this->allocPixelRef(bm, NULL)) {
|
/external/skia/bench/ |
D | DecodingBench.cpp | 81 bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) override { in allocPixelRef() function in TargetAllocator
|
/external/skia/include/core/ |
D | SkBitmap.h | 686 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0; 697 bool allocPixelRef(SkBitmap*, SkColorTable*) override;
|
D | SkImageDecoder.h | 383 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
|
/external/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 147 return allocator->allocPixelRef(bitmap, 0); in tryAllocBitmapPixels()
|
/external/skia/src/core/ |
D | SkResourceCache.cpp | 153 bool allocPixelRef(SkBitmap*, SkColorTable*) override; 159 bool SkResourceCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in SkResourceCacheDiscardableAllocator
|
D | SkPictureShader.cpp | 98 ? allocator->allocPixelRef(bitmap, NULL) in cache_try_alloc_pixels()
|
D | SkBitmap.cpp | 275 return allocator->allocPixelRef(this, ctable); in tryAllocPixels() 412 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator
|
/external/skia/tests/ |
D | SkResourceCacheTest.cpp | 87 allocator->allocPixelRef(bitmap, 0); in make_bitmap()
|