Searched refs:kSteps (Results 1 – 5 of 5) sorted by relevance
84 static const int kSteps = 128; in test_roundtripping() local85 SkColor4f rgba[kSteps]; in test_roundtripping()88 float scale = range / (3*kSteps); in test_roundtripping()97 for (int i = 0; i < kSteps; i++) { in test_roundtripping()114 p.run(0,0,kSteps,1); in test_roundtripping()121 for (int i = 0; i < kSteps; i++) { in test_roundtripping()
139 const int kSteps = 1500;140 const NSTimeInterval kShiftStep = kSearchCoverage / kSteps;143 deviations.reserve(kSteps);146 for (int i = 0; i < kSteps; ++i) {
891 const uint32 kSteps = 128; in MaxSrcRadiusGap() local893 const real64 kNorm = kMaxValue / real64 (kSteps - 1); in MaxSrcRadiusGap()898 for (uint32 i = 0; i < kSteps; i++) in MaxSrcRadiusGap()
412 const kSteps = Math.ceil(timespan / delta);434 for (let t = 1; t <= kSteps; t++) rows.push(null);