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

  /external/skia/include/core/
SkPathRef.h 307 fGenerationID = kEmptyGenID;
489 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.
SkClipStack.h 348 static const int32_t kEmptyGenID = 1; // no pixels writeable
  /external/skia/src/gpu/
GrReducedClip.cpp 41 if (SkClipStack::kEmptyGenID == element->getGenID()) {
313 *resultGenID = SkClipStack::kEmptyGenID;
  /external/skia/src/core/
SkClipStack.cpp 165 fGenID = kEmptyGenID;
173 SkASSERT(kEmptyGenID == fGenID);
744 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
SkPathRef.cpp 458 fGenerationID = kEmptyGenID;
465 } while (fGenerationID <= kEmptyGenID);
  /external/skia/tests/
ClipStackTest.cpp     [all...]

Completed in 57 milliseconds