Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/android/
DBitmapAllocatorAndroid.h47 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
DBitmapAllocatorAndroid.cpp57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*) in allocPixelRef() function in WebCore::BitmapAllocatorAndroid
DImageSourceAndroid.cpp324 if (!alloc.allocPixelRef(bm, NULL)) { in setData()
/external/skia/src/images/
DSkImageDecoder.cpp108 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, in allocPixelRef() function in SkImageDecoder
212 this->allocPixelRef(dest, NULL); in cropBitmap()
DSkImageDecoder_libjpeg.cpp333 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()
DSkImageDecoder_libbmp.cpp127 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
DSkImageDecoder_wbmp.cpp131 if (!this->allocPixelRef(decodedBitmap, ct)) { in onDecode()
DSkImageDecoder_fpdfemb.cpp137 if (!this->allocPixelRef(bm, NULL)) { in render()
DSkImageDecoder_libgif.cpp241 if (!this->allocPixelRef(bm, ctable)) { in onDecode()
DSkImageDecoder_libico.cpp247 if (!this->allocPixelRef(bm, NULL)) in onDecode()
DSkImageDecoder_libpng.cpp315 if (!this->allocPixelRef(decodedBitmap, in onDecode()
660 if (!this->allocPixelRef(decodedBitmap, in onDecodeRegion()
/external/skia/include/core/
DSkBitmap.h419 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
428 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
/external/skia/src/ports/
DSkImageRef_ashmem.cpp63 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { in allocPixelRef() function in AshmemAllocator
/external/skia/include/images/
DSkImageDecoder.h377 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/skia/src/core/
DSkBitmap.cpp333 return allocator->allocPixelRef(this, ctable); in allocPixels()
429 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef() function in SkBitmap::HeapAllocator