Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleAtlas.cpp147 const SkScalar kMaxSpeed = 5; in DrawAtlasDrawable() local
157 fRec[i].fVelocity.fX = rand.nextSScalar1() * kMaxSpeed; in DrawAtlasDrawable()
158 fRec[i].fVelocity.fY = rand.nextSScalar1() * kMaxSpeed; in DrawAtlasDrawable()
/external/skia/samplecode/
DSampleAtlas.cpp147 const SkScalar kMaxSpeed = 5; in DrawAtlasDrawable() local
157 fRec[i].fVelocity.fX = rand.nextSScalar1() * kMaxSpeed; in DrawAtlasDrawable()
158 fRec[i].fVelocity.fY = rand.nextSScalar1() * kMaxSpeed; in DrawAtlasDrawable()