Home
last modified time | relevance | path

Searched refs:kSteps (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tests/
DSRGBTest.cpp84 static const int kSteps = 128; in test_roundtripping() local
85 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()
/external/skia/tests/
DSRGBTest.cpp84 static const int kSteps = 128; in test_roundtripping() local
85 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()
/external/walt/ios/WALT/
DDragLatencyController.mm139 const int kSteps = 1500;
140 const NSTimeInterval kShiftStep = kSearchCoverage / kSteps;
143 deviations.reserve(kSteps);
146 for (int i = 0; i < kSteps; ++i) {
/external/dng_sdk/source/
Ddng_lens_correction.cpp891 const uint32 kSteps = 128; in MaxSrcRadiusGap() local
893 const real64 kNorm = kMaxValue / real64 (kSteps - 1); in MaxSrcRadiusGap()
898 for (uint32 i = 0; i < kSteps; i++) in MaxSrcRadiusGap()
/external/v8/tools/
Dparse-processor.js412 const kSteps = Math.ceil(timespan / delta);
434 for (let t = 1; t <= kSteps; t++) rows.push(null);