HomeSort by relevance Sort by last modified time
    Searched full:fisimmutable (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPixelRef.cpp 17 fIsImmutable = false;
29 fIsImmutable = buffer.readBool();
33 buffer.writeBool(fIsImmutable);
70 if (fIsImmutable) {
79 fIsImmutable = true;
  /external/skia/include/core/
SkPixelRef.h 79 bool isImmutable() const { return fIsImmutable; }
155 bool fIsImmutable;

Completed in 517 milliseconds