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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDiscardablePixelRef.cpp42 bool DiscardablePixelRefAllocator::allocPixelRef(SkBitmap* dst, SkColorTable* ctable) function in class:WebCore::DiscardablePixelRefAllocator
/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:__anon14583::TargetAllocator
87 // in allocPixelRef. Must be large enough to hold
H A DSkImageDecoder.cpp140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
238 if (!this->allocPixelRef(dst, NULL)) {
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:__anon29849::TargetAllocator
87 // in allocPixelRef. Must be large enough to hold
H A DSkImageDecoder.cpp140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
238 if (!this->allocPixelRef(dst, NULL)) {
/external/chromium_org/third_party/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
/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 2916 milliseconds