Home
last modified time | relevance | path

Searched refs:genIDIsUnique (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkPixelRef.cpp18 // We never set the low bit.... see SkPixelRef::genIDIsUnique(). in ImageID()
58 SkASSERT(!this->genIDIsUnique()); // This method isn't threadsafe, so the assert should be fine. in needsNewGenID()
70 // We can't quite SkASSERT(this->genIDIsUnique()). It could be non-unique in getGenerationID()
77 if (!listener || !this->genIDIsUnique()) { in addGenIDChangeListener()
88 if (this->genIDIsUnique()) { in callGenIDChangeListeners()
/third_party/skia/include/core/
H A DSkPixelRef.h96 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique() function in SkPixelRef

Completed in 2 milliseconds