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

/external/skia/include/core/
H A DSkPath.h955 static const int kPathRefGenIDBitCnt = 30; // leave room for the fill type (skbug.com/1762) member in class:SkPath
957 static const int kPathRefGenIDBitCnt = 32; member in class:SkPath
/external/skia/src/core/
H A DSkPathRef.cpp423 static const uint32_t kMask = (static_cast<int64_t>(1) << SkPath::kPathRefGenIDBitCnt) - 1;
H A DSkPath.cpp297 SkASSERT((unsigned)fFillType < (1 << (32 - kPathRefGenIDBitCnt)));
298 genID |= static_cast<uint32_t>(fFillType) << kPathRefGenIDBitCnt;

Completed in 92 milliseconds