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

  /external/skia/include/gpu/
SkGrPixelRef.h 19 * Since it has a copy, it always returns false for onLockPixelsAreWritable().
29 bool onLockPixelsAreWritable() const override; // return false;
  /external/skia/src/lazy/
SkDiscardablePixelRef.h 33 bool onLockPixelsAreWritable() const override { return false; }
  /external/skia/src/core/
SkPixelRef.cpp 221 return this->onLockPixelsAreWritable();
224 bool SkPixelRef::onLockPixelsAreWritable() const {
  /external/skia/include/core/
SkPixelRef.h 295 virtual bool onLockPixelsAreWritable() const;
  /external/skia/src/gpu/
SkGrPixelRef.cpp 47 bool SkROLockPixelsPixelRef::onLockPixelsAreWritable() const {

Completed in 171 milliseconds