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

  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.h 47 virtual bool onLockPixelsAreWritable() const SK_OVERRIDE { return false; }
SkDiscardablePixelRef.h 30 virtual bool onLockPixelsAreWritable() const SK_OVERRIDE { return false; }
  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 19 * Since it has a copy, it always returns false for onLockPixelsAreWritable().
30 virtual bool onLockPixelsAreWritable() const SK_OVERRIDE; // return false;
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 183 return this->onLockPixelsAreWritable();
186 bool SkPixelRef::onLockPixelsAreWritable() const {
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 307 virtual bool onLockPixelsAreWritable() const;
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 50 bool SkROLockPixelsPixelRef::onLockPixelsAreWritable() const {

Completed in 1701 milliseconds