Searched refs:allocPixelRef (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDiscardablePixelRef.h44 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
H A DDiscardablePixelRef.cpp42 bool DiscardablePixelRefAllocator::allocPixelRef(SkBitmap* dst, SkColorTable* ctable) function in class:WebCore::DiscardablePixelRefAllocator
H A DImageFrameGeneratorTest.cpp435 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* colorTable) OVERRIDE
439 return m_defaultAllocator->allocPixelRef(bitmap, colorTable);
/external/chromium_org/third_party/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm37 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/ui/gfx/ozone/dri/
H A Ddri_skbitmap.cc101 virtual bool allocPixelRef(SkBitmap* bitmap,
116 bool DriAllocator::allocPixelRef(SkBitmap* bitmap, function in class:gfx::DriAllocator
/external/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm37 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp143 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder_wbmp.cpp125 if (!this->allocPixelRef(decodedBitmap, ct)) {
H A DSkImageDecoder.cpp135 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
233 if (!this->allocPixelRef(dst, NULL)) {
H A DSkDecodingImageGenerator.cpp28 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) SK_OVERRIDE {
H A DSkImageRef_ashmem.cpp72 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:AshmemAllocator
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp101 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { function in class:SkImageDecoder
H A DSkImageDecoder_CG.cpp87 if (!this->allocPixelRef(bm, NULL)) {
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp143 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder_wbmp.cpp125 if (!this->allocPixelRef(decodedBitmap, ct)) {
H A DSkImageDecoder.cpp135 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
233 if (!this->allocPixelRef(dst, NULL)) {
H A DSkDecodingImageGenerator.cpp28 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) SK_OVERRIDE {
H A DSkImageRef_ashmem.cpp72 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:AshmemAllocator
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp101 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { function in class:SkImageDecoder
H A DSkImageDecoder_CG.cpp87 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h607 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
618 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
H A DSkImageDecoder.h248 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
453 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/skia/include/core/
H A DSkBitmap.h607 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
618 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
H A DSkImageDecoder.h248 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
453 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/chromium_org/third_party/skia/src/core/
H A DSkScaledImageCache.cpp272 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
278 bool SkScaledImageCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, function in class:SkScaledImageCacheDiscardableAllocator

Completed in 768 milliseconds

12