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

  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 231 fGenID = kEmptyGenID;
338 static const int32_t kEmptyGenID = 1; // no pixels writeable
  /external/skia/include/core/
SkClipStack.h 231 fGenID = kEmptyGenID;
338 static const int32_t kEmptyGenID = 1; // no pixels writeable
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.h 327 fGenerationID = kEmptyGenID;
504 fGenerationID = kEmptyGenID;
511 } while (fGenerationID <= kEmptyGenID);
541 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.
  /external/skia/src/core/
SkPathRef.h 327 fGenerationID = kEmptyGenID;
504 fGenerationID = kEmptyGenID;
511 } while (fGenerationID <= kEmptyGenID);
541 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.

Completed in 177 milliseconds