Home
last modified time | relevance | path

Searched refs:kPathRefGenIDBitCnt (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPath.h1076 static const int kPathRefGenIDBitCnt = 30; // leave room for the fill type (skbug.com/1762) variable
1078 static const int kPathRefGenIDBitCnt = 32; variable
/external/skia/src/core/
DSkPathRef.cpp455 static const uint32_t kMask = (static_cast<int64_t>(1) << SkPath::kPathRefGenIDBitCnt) - 1; in genID()
DSkPath.cpp332 SkASSERT((unsigned)fFillType < (1 << (32 - kPathRefGenIDBitCnt))); in getGenerationID()
333 genID |= static_cast<uint32_t>(fFillType) << kPathRefGenIDBitCnt; in getGenerationID()