Searched refs:kEmptyGenID (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathRef.h | 271 fGenerationID = kEmptyGenID; in SkPathRef() 453 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
|
D | SkClipStack.h | 350 static const int32_t kEmptyGenID = 1; // no pixels writeable variable
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrReducedClip.cpp | 172 if (SkClipStack::kEmptyGenID == element->getGenID()) { in reduced_stack_walker() 446 *resultGenID = SkClipStack::kEmptyGenID; in reduced_stack_walker()
|
D | GrClipMaskCache.h | 37 SkASSERT(clipGenID != SkClipStack::kEmptyGenID); in canReuse()
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 172 if (SkClipStack::kEmptyGenID == element->getGenID()) { in reduced_stack_walker() 446 *resultGenID = SkClipStack::kEmptyGenID; in reduced_stack_walker()
|
D | GrClipMaskCache.h | 37 SkASSERT(clipGenID != SkClipStack::kEmptyGenID); in canReuse()
|
/external/skia/include/core/ |
D | SkPathRef.h | 270 fGenerationID = kEmptyGenID; in SkPathRef() 449 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
|
D | SkClipStack.h | 350 static const int32_t kEmptyGenID = 1; // no pixels writeable variable
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkClipStack.cpp | 158 fGenID = kEmptyGenID; in setEmpty() 166 SkASSERT(kEmptyGenID == fGenID); in checkEmpty() 733 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
|
D | SkPathRef.cpp | 418 fGenerationID = kEmptyGenID; in genID() 425 } while (fGenerationID <= kEmptyGenID); in genID()
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 158 fGenID = kEmptyGenID; in setEmpty() 166 SkASSERT(kEmptyGenID == fGenID); in checkEmpty() 733 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
|
D | SkPathRef.cpp | 418 fGenerationID = kEmptyGenID; in genID() 425 } 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()
|
/external/chromium_org/third_party/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()
|