Home
last modified time | relevance | path

Searched defs:genIDIsUnique (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPixelRef.h96 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique() function
/external/skqp/include/core/
DSkPixelRef.h101 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique() function