Searched defs:allocPixelRef (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { function in class:SkImageDecoder
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { function in class:SkImageDecoder
/external/chromium_org/third_party/skia/src/images/
H A DSkDecodingImageGenerator.cpp69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:__anon15318::TargetAllocator
87 // in allocPixelRef. Must be large enough to hold
H A DSkImageDecoder.cpp134 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
214 if (!this->allocPixelRef(dst, NULL)) {
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:__anon30731::TargetAllocator
87 // in allocPixelRef. Must be large enough to hold
H A DSkImageDecoder.cpp140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
239 if (!this->allocPixelRef(dst, NULL)) {
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.cpp134 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
140 bool SkResourceCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:SkResourceCacheDiscardableAllocator
H A DSkBitmap.cpp275 return allocator->allocPixelRef(this, ctable);
412 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, function in class:SkBitmap::HeapAllocator
/external/skia/src/core/
H A DSkBitmap.cpp364 return allocator->allocPixelRef(this, ctable);
472 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, function in class:SkBitmap::HeapAllocator
H A DSkScaledImageCache.cpp261 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
267 bool SkScaledImageCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, function in class:SkScaledImageCacheDiscardableAllocator

Completed in 1747 milliseconds