Searched refs:kPathRefGenIDBitCnt (Results 1 – 3 of 3) sorted by relevance
1076 static const int kPathRefGenIDBitCnt = 30; // leave room for the fill type (skbug.com/1762) variable1078 static const int kPathRefGenIDBitCnt = 32; variable
455 static const uint32_t kMask = (static_cast<int64_t>(1) << SkPath::kPathRefGenIDBitCnt) - 1; in genID()
332 SkASSERT((unsigned)fFillType < (1 << (32 - kPathRefGenIDBitCnt))); in getGenerationID()333 genID |= static_cast<uint32_t>(fFillType) << kPathRefGenIDBitCnt; in getGenerationID()