Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrReducedClip.cpp41 if (SkClipStack::kEmptyGenID == element->getGenID()) { in reduced_stack_walker()
313 *resultGenID = SkClipStack::kEmptyGenID; in reduced_stack_walker()
/external/skia/include/core/
DSkPathRef.h307 fGenerationID = kEmptyGenID; in SkPathRef()
489 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
DSkClipStack.h348 static const int32_t kEmptyGenID = 1; // no pixels writeable variable
/external/skia/src/core/
DSkClipStack.cpp165 fGenID = kEmptyGenID; in setEmpty()
173 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
744 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
DSkPathRef.cpp458 fGenerationID = kEmptyGenID; in genID()
465 } while (fGenerationID <= kEmptyGenID); in genID()
/external/skia/tests/
DClipStackTest.cpp1111 …{ XYWH(26, 26, 24, 24), 0, SkClipStack::kEmptyGenID, GrReducedClip::kAllOut_InitialState, unused }, in test_reduced_clip_stack_genid()
1112 …{ XYWH(26, 26, 24, 24), 0, SkClipStack::kEmptyGenID, GrReducedClip::kAllOut_InitialState, XYWH(26,… in test_reduced_clip_stack_genid()