HomeSort by relevance Sort by last modified time
    Searched refs:kPathRefGenIDBitCnt (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkPath.h     [all...]
  /external/skia/src/core/
SkPathRef.cpp 423 static const uint32_t kMask = (static_cast<int64_t>(1) << SkPath::kPathRefGenIDBitCnt) - 1;
SkPath.cpp 297 SkASSERT((unsigned)fFillType < (1 << (32 - kPathRefGenIDBitCnt)));
298 genID |= static_cast<uint32_t>(fFillType) << kPathRefGenIDBitCnt;
    [all...]

Completed in 5679 milliseconds