Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleSVGPong.cpp31 static const SkScalar kBallSpeedFuzz = 0.0002f; variable
257 const SkScalar fuzzed = fabs(spd) + fRand.nextRangeScalar(-kBallSpeedFuzz, kBallSpeedFuzz); in fuzzBallSpeed()