Searched refs:kPathRefGenIDBitCnt (Results 1 – 1 of 1) sorted by relevance
22 static constexpr int kPathRefGenIDBitCnt = 30; // leave room for the fill type (skbug.com/1762) variable24 static constexpr int kPathRefGenIDBitCnt = 32; variable444 static const uint32_t kMask = (static_cast<int64_t>(1) << kPathRefGenIDBitCnt) - 1; in genID()457 SkASSERT((unsigned)fillType < (1 << (32 - kPathRefGenIDBitCnt))); in genID()458 fGenerationID |= static_cast<uint32_t>(fillType) << kPathRefGenIDBitCnt; in genID()