Home
last modified time | relevance | path

Searched refs:allocPixelRef (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/images/
DSkImageDecoder.cpp103 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder
191 if (!this->allocPixelRef(dst, NULL)) { in cropBitmap()
DSkImageDecoder_pkm.cpp60 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_libbmp.cpp142 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_wbmp.cpp125 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
DSkImageDecoder_astc.cpp138 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_libwebp.cpp377 ? allocPixelRef(bitmap, NULL) in onDecodeSubset()
428 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
DSkImageDecoder_ktx.cpp121 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkDecodingImageGenerator.cpp67 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in __anon99b6a65a0111::TargetAllocator
DSkImageDecoder_libico.cpp255 if (!this->allocPixelRef(bm, NULL)) in onDecode()
DSkImageDecoder_libgif.cpp369 if (!this->allocPixelRef(bm, ctable)) {
DSkImageDecoder_libpng.cpp361 if (!this->allocPixelRef(decodedBitmap, in onDecode()
827 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) { in onDecodeSubset()
DSkImageDecoder_libjpeg.cpp656 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
1086 if (!this->allocPixelRef(&bitmap, NULL)) { in onDecodeSubset()
/external/skia/src/ports/
DSkImageDecoder_empty.cpp88 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { in allocPixelRef() function in SkImageDecoder
DSkImageGenerator_skia.cpp24 bool allocPixelRef(SkBitmap* bm, SkColorTable* ctable) override { in allocPixelRef() function in BareMemoryAllocator
DSkImageDecoder_CG.cpp165 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_WIC.cpp193 if (!this->allocPixelRef(bm, NULL)) { in decodeStream()
/external/skia/src/utils/ios/
DSkImageDecoder_iOS.mm37 if (!this->allocPixelRef(bm, NULL)) {
/external/skia/bench/
DDecodingBench.cpp81 bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) override { in allocPixelRef() function in TargetAllocator
/external/skia/include/core/
DSkBitmap.h686 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
697 bool allocPixelRef(SkBitmap*, SkColorTable*) override;
DSkImageDecoder.h383 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/skia/src/gpu/
DSkGrPixelRef.cpp147 return allocator->allocPixelRef(bitmap, 0); in tryAllocBitmapPixels()
/external/skia/src/core/
DSkResourceCache.cpp153 bool allocPixelRef(SkBitmap*, SkColorTable*) override;
159 bool SkResourceCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in SkResourceCacheDiscardableAllocator
DSkPictureShader.cpp98 ? allocator->allocPixelRef(bitmap, NULL) in cache_try_alloc_pixels()
DSkBitmap.cpp275 return allocator->allocPixelRef(this, ctable); in tryAllocPixels()
412 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator
/external/skia/tests/
DSkResourceCacheTest.cpp87 allocator->allocPixelRef(bitmap, 0); in make_bitmap()

12