Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/core/
DSkPathRef.h271 fGenerationID = kEmptyGenID; in SkPathRef()
453 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
DSkClipStack.h350 static const int32_t kEmptyGenID = 1; // no pixels writeable variable
/external/chromium_org/third_party/skia/src/gpu/
DGrReducedClip.cpp172 if (SkClipStack::kEmptyGenID == element->getGenID()) { in reduced_stack_walker()
446 *resultGenID = SkClipStack::kEmptyGenID; in reduced_stack_walker()
DGrClipMaskCache.h37 SkASSERT(clipGenID != SkClipStack::kEmptyGenID); in canReuse()
/external/skia/src/gpu/
DGrReducedClip.cpp172 if (SkClipStack::kEmptyGenID == element->getGenID()) { in reduced_stack_walker()
446 *resultGenID = SkClipStack::kEmptyGenID; in reduced_stack_walker()
DGrClipMaskCache.h37 SkASSERT(clipGenID != SkClipStack::kEmptyGenID); in canReuse()
/external/skia/include/core/
DSkPathRef.h270 fGenerationID = kEmptyGenID; in SkPathRef()
449 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
DSkClipStack.h350 static const int32_t kEmptyGenID = 1; // no pixels writeable variable
/external/chromium_org/third_party/skia/src/core/
DSkClipStack.cpp158 fGenID = kEmptyGenID; in setEmpty()
166 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
733 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
DSkPathRef.cpp418 fGenerationID = kEmptyGenID; in genID()
425 } while (fGenerationID <= kEmptyGenID); in genID()
/external/skia/src/core/
DSkClipStack.cpp158 fGenID = kEmptyGenID; in setEmpty()
166 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
733 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
DSkPathRef.cpp418 fGenerationID = kEmptyGenID; in genID()
425 } 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()
/external/chromium_org/third_party/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()