HomeSort by relevance Sort by last modified time
    Searched refs:kEmptyGenID (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrClipMaskCache.h 37 SkASSERT(clipGenID != SkClipStack::kEmptyGenID);
GrReducedClip.cpp 41 if (SkClipStack::kEmptyGenID == element->getGenID()) {
315 *resultGenID = SkClipStack::kEmptyGenID;
  /external/skia/include/core/
SkPathRef.h 272 fGenerationID = kEmptyGenID;
452 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.
SkClipStack.h 349 static const int32_t kEmptyGenID = 1; // no pixels writeable
  /external/skia/src/core/
SkClipStack.cpp 162 fGenID = kEmptyGenID;
170 SkASSERT(kEmptyGenID == fGenID);
741 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
SkPathRef.cpp 426 fGenerationID = kEmptyGenID;
433 } while (fGenerationID <= kEmptyGenID);
  /external/skia/tests/
ClipStackTest.cpp     [all...]

Completed in 4755 milliseconds