Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleLitAtlas.cpp329 static const SkScalar gMaxSpeeds[3] = { 1, 2, 5 }; // smaller asteroids can go faster in initAsteroid() local
341 fVelocity *= gMaxSpeeds[fObjType]; in initAsteroid()