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

  /external/skia/src/core/
SkPixelRef.cpp 74 SkASSERT(!this->genIDIsUnique()); // This method isn't threadsafe, so the assert should be fine.
87 SkASSERT(!this->genIDIsUnique());
88 SkASSERT(!that. genIDIsUnique());
237 // We can't quite SkASSERT(this->genIDIsUnique()). It could be non-unique
244 if (nullptr == listener || !this->genIDIsUnique()) {
255 if (this->genIDIsUnique()) {
  /external/skia/include/core/
SkPixelRef.h 287 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); }

Completed in 115 milliseconds