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 126 SkASSERT(!this->genIDIsUnique()); // This method isn't threadsafe, so the assert should be fine.
139 SkASSERT(!this->genIDIsUnique());
140 SkASSERT(!that. genIDIsUnique());
219 // We can't quite SkASSERT(this->genIDIsUnique()). It could be non-unique
226 if (NULL == listener || !this->genIDIsUnique()) {
237 if (this->genIDIsUnique()) {
  /external/skia/include/core/
SkPixelRef.h 323 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); }

Completed in 48 milliseconds