/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder.cpp | 134 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder 214 if (!this->allocPixelRef(dst, NULL)) { in cropBitmap()
|
D | SkImageDecoder_pkm.cpp | 67 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 | 145 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 377 ? allocPixelRef(bitmap, NULL) in onDecodeSubset() 436 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
|
D | SkImageDecoder_ktx.cpp | 128 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkDecodingImageGenerator.cpp | 69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in __anon714565040111::TargetAllocator
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder 239 if (!this->allocPixelRef(dst, NULL)) { in cropBitmap()
|
D | SkImageDecoder_pkm.cpp | 66 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_ktx.cpp | 101 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 388 ? allocPixelRef(bitmap, NULL) in onDecodeSubset() 447 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { in allocPixelRef() function in SkImageDecoder
|
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { in allocPixelRef() function in SkImageDecoder
|
D | SkImageDecoder_CG.cpp | 77 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
D | SkImageDecoder_iOS.mm | 37 if (!this->allocPixelRef(bm, NULL)) {
|
/external/skia/src/utils/ios/ |
D | SkImageDecoder_iOS.mm | 38 if (!this->allocPixelRef(bm, NULL)) {
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkResourceCache.cpp | 134 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE; 140 bool SkResourceCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in SkResourceCacheDiscardableAllocator
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 156 return allocator->allocPixelRef(bitmap, 0); in tryAllocBitmapPixels()
|
/external/skia/include/core/ |
D | SkBitmap.h | 711 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0; 722 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkBitmap.h | 696 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0; 707 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
|
D | SkImageDecoder.h | 396 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
|
/external/chromium_org/third_party/skia/tests/ |
D | SkResourceCacheTest.cpp | 84 allocator->allocPixelRef(bitmap, 0); in make_bitmap()
|