HomeSort by relevance Sort by last modified time
    Searched defs:kInvalidGenID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 117 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; }
234 fGenID = kInvalidGenID;
347 static const int32_t kInvalidGenID = 0; //!< Invalid id that is never returned by
  /external/skia/include/core/
SkClipStack.h 117 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; }
234 fGenID = kInvalidGenID;
347 static const int32_t kInvalidGenID = 0; //!< Invalid id that is never returned by

Completed in 1124 milliseconds