Searched refs:onLockPixelsAreWritable (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DLazyDecodingPixelRef.h69 virtual bool onLockPixelsAreWritable() const;
H A DLazyDecodingPixelRef.cpp107 bool LazyDecodingPixelRef::onLockPixelsAreWritable() const function in class:WebCore::LazyDecodingPixelRef
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGrPixelRef.h22 * Since it has a copy, it always returns false for onLockPixelsAreWritable().
33 virtual bool onLockPixelsAreWritable() const; // return false;
/external/chromium_org/third_party/skia/src/lazy/
H A DSkLazyPixelRef.h62 virtual bool onLockPixelsAreWritable() const SK_OVERRIDE { return false; }
/external/skia/include/gpu/
H A DSkGrPixelRef.h22 * Since it has a copy, it always returns false for onLockPixelsAreWritable().
33 virtual bool onLockPixelsAreWritable() const; // return false;
/external/skia/src/lazy/
H A DSkLazyPixelRef.h62 virtual bool onLockPixelsAreWritable() const SK_OVERRIDE { return false; }
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp163 return this->onLockPixelsAreWritable();
166 bool SkPixelRef::onLockPixelsAreWritable() const { function in class:SkPixelRef
/external/skia/src/core/
H A DSkPixelRef.cpp163 return this->onLockPixelsAreWritable();
166 bool SkPixelRef::onLockPixelsAreWritable() const { function in class:SkPixelRef
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h191 virtual bool onLockPixelsAreWritable() const;
/external/skia/include/core/
H A DSkPixelRef.h191 virtual bool onLockPixelsAreWritable() const;
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrPixelRef.cpp45 bool SkROLockPixelsPixelRef::onLockPixelsAreWritable() const { function in class:SkROLockPixelsPixelRef
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp45 bool SkROLockPixelsPixelRef::onLockPixelsAreWritable() const { function in class:SkROLockPixelsPixelRef

Completed in 102 milliseconds