Home
last modified time | relevance | path

Searched refs:kEmptyGenID (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/core/
DSkClipStack.cpp246 fGenID = kEmptyGenID; in setEmpty()
254 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
321 fGenID = kEmptyGenID; in combineBoundsDiff()
871 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
DSkPathRef.cpp655 fGenerationID = kEmptyGenID; in genID()
662 } while (fGenerationID <= kEmptyGenID); in genID()
DSkClipStack.h384 static const uint32_t kEmptyGenID = 1; // no pixels writeable variable
/external/skqp/src/core/
DSkClipStack.cpp246 fGenID = kEmptyGenID; in setEmpty()
254 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
321 fGenID = kEmptyGenID; in combineBoundsDiff()
871 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
DSkPathRef.cpp637 fGenerationID = kEmptyGenID; in genID()
644 } while (fGenerationID <= kEmptyGenID); in genID()
DSkClipStack.h384 static const uint32_t kEmptyGenID = 1; // no pixels writeable variable
/external/skia/include/private/
DSkPathRef.h336 fGenerationID = kEmptyGenID; in SkPathRef()
536 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
/external/skqp/include/private/
DSkPathRef.h336 fGenerationID = kEmptyGenID; in SkPathRef()
533 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
/external/skqp/gm/
Dwindowrectangles.cpp172 return GrStencilClip(SkClipStack::kEmptyGenID); in make_stencil_only_clip()
/external/skia/gm/
Dwindowrectangles.cpp172 return GrStencilClip(SkClipStack::kEmptyGenID); in make_stencil_only_clip()
/external/skqp/src/gpu/
DGrReducedClip.cpp162 if (SkClipStack::kEmptyGenID == element->getGenID()) { in walkStack()
/external/skia/src/gpu/
DGrReducedClip.cpp162 if (SkClipStack::kEmptyGenID == element->getGenID()) { in walkStack()
/external/skia/tests/
DClipStackTest.cpp839 REPORTER_ASSERT(reporter, SkClipStack::kEmptyGenID == stack.getTopmostGenID()); in test_invfill_diff_bug()
/external/skqp/tests/
DClipStackTest.cpp839 REPORTER_ASSERT(reporter, SkClipStack::kEmptyGenID == stack.getTopmostGenID()); in test_invfill_diff_bug()