HomeSort by relevance Sort by last modified time
    Searched refs:DiscardablePixelRef (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DiscardablePixelRef.h 38 // Class for allocating the DiscardablePixelRef object.
47 class DiscardablePixelRef : public SkPixelRef {
49 DiscardablePixelRef(PassOwnPtr<SkMutex>);
50 ~DiscardablePixelRef();
DiscardablePixelRef.cpp 27 #include "core/platform/graphics/chromium/DiscardablePixelRef.h"
51 SkAutoTUnref<DiscardablePixelRef> pixelRef(new DiscardablePixelRef(adoptPtr(new SkMutex())));
55 // This method is only called when a DiscardablePixelRef is created to back a SkBitmap.
67 DiscardablePixelRef::DiscardablePixelRef(PassOwnPtr<SkMutex> mutex)
74 DiscardablePixelRef::~DiscardablePixelRef()
78 bool DiscardablePixelRef::allocAndLockDiscardableMemory(size_t bytes)
88 void* DiscardablePixelRef::onLockPixels(SkColorTable** ctable
    [all...]
ImageDecodingStore.h 31 #include "core/platform/graphics/chromium/DiscardablePixelRef.h"
190 : CacheEntry(generator, count, DiscardablePixelRef::isDiscardable(image->bitmap().pixelRef()))
ImageFrameGenerator.cpp 32 #include "core/platform/graphics/chromium/DiscardablePixelRef.h"
127 // This call allocates the DiscardablePixelRef and lock/unlocks it
185 ImageDecodingStore::instance()->insertDecoder(this, decoderContainer.release(), DiscardablePixelRef::isDiscardable(cachedImage->bitmap().pixelRef()));
218 // If this call returns a newly allocated DiscardablePixelRef, then
219 // ImageFrame::m_bitmap and the contained DiscardablePixelRef are locked.
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 195 third_party/WebKit/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 195 third_party/WebKit/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 195 third_party/WebKit/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 195 third_party/WebKit/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 195 third_party/WebKit/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 195 third_party/WebKit/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp \
    [all...]

Completed in 702 milliseconds