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

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

Completed in 247 milliseconds