Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder.cpp134 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder
214 if (!this->allocPixelRef(dst, NULL)) { in cropBitmap()
DSkImageDecoder_pkm.cpp67 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.cpp145 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_libwebp.cpp377 ? allocPixelRef(bitmap, NULL) in onDecodeSubset()
436 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
DSkImageDecoder_ktx.cpp128 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkDecodingImageGenerator.cpp69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in __anon714565040111::TargetAllocator
/external/skia/src/images/
DSkImageDecoder.cpp140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder
239 if (!this->allocPixelRef(dst, NULL)) { in cropBitmap()
DSkImageDecoder_pkm.cpp66 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_ktx.cpp101 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_libwebp.cpp388 ? allocPixelRef(bitmap, NULL) in onDecodeSubset()
447 if (!this->allocPixelRef(decodedBitmap, NULL)) { in onDecode()
/external/chromium_org/third_party/skia/src/ports/
DSkImageDecoder_empty.cpp94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { in allocPixelRef() function in SkImageDecoder
/external/skia/src/ports/
DSkImageDecoder_empty.cpp94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { in allocPixelRef() function in SkImageDecoder
DSkImageDecoder_CG.cpp77 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
/external/chromium_org/third_party/skia/src/utils/ios/
DSkImageDecoder_iOS.mm37 if (!this->allocPixelRef(bm, NULL)) {
/external/skia/src/utils/ios/
DSkImageDecoder_iOS.mm38 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/third_party/skia/src/core/
DSkResourceCache.cpp134 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/
DSkGrPixelRef.cpp156 return allocator->allocPixelRef(bitmap, 0); in tryAllocBitmapPixels()
/external/skia/include/core/
DSkBitmap.h711 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
722 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/core/
DSkBitmap.h696 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
707 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
DSkImageDecoder.h396 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/chromium_org/third_party/skia/tests/
DSkResourceCacheTest.cpp84 allocator->allocPixelRef(bitmap, 0); in make_bitmap()

12