Searched refs:kEmptyGenID (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 41 if (SkClipStack::kEmptyGenID == element->getGenID()) { in reduced_stack_walker() 313 *resultGenID = SkClipStack::kEmptyGenID; in reduced_stack_walker()
|
/external/skia/include/core/ |
D | SkPathRef.h | 307 fGenerationID = kEmptyGenID; in SkPathRef() 489 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
|
D | SkClipStack.h | 348 static const int32_t kEmptyGenID = 1; // no pixels writeable variable
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 165 fGenID = kEmptyGenID; in setEmpty() 173 SkASSERT(kEmptyGenID == fGenID); in checkEmpty() 744 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
|
D | SkPathRef.cpp | 458 fGenerationID = kEmptyGenID; in genID() 465 } while (fGenerationID <= kEmptyGenID); in genID()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 1111 …{ 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()
|