Home
last modified time | relevance | path

Searched refs:kEmptyGenID (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/private/
H A DSkPathRef.h375 fGenerationID = kEmptyGenID; in SkPathRef()
511 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
/third_party/skia/src/core/
H A DSkClipStack.cpp293 fGenID = kEmptyGenID; in setEmpty()
301 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
369 fGenID = kEmptyGenID; in combineBoundsDiff()
787 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
H A DSkPathRef.cpp478 fGenerationID = kEmptyGenID;
480 static std::atomic<uint32_t> nextID{kEmptyGenID + 1};
483 } while (fGenerationID == 0 || fGenerationID == kEmptyGenID);
H A DSkClipStack.h408 static const uint32_t kEmptyGenID = 1; // no pixels writeable member in SkClipStack::Element
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp186 static uint32_t kEmptyGenID = 1; member
748 SkASSERT(fGenID != kInvalidGenID && fGenID != kEmptyGenID && fGenID != kWideOpenGenID); in Mask()
813 return kEmptyGenID; in genID()
819 SkASSERT(fGenID != kEmptyGenID && fGenID != kWideOpenGenID); in genID()
/third_party/skia/tests/
H A DClipStackTest.cpp800 REPORTER_ASSERT(reporter, SkClipStack::kEmptyGenID == stack.getTopmostGenID()); in test_invfill_diff_bug()

Completed in 9 milliseconds