Home
last modified time | relevance | path

Searched refs:gRand (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/samplecode/
H A DSampleAnimatedText.cpp24 SkRandom gRand; variable
103 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f));
104 fScale += (fScaleInc + gRand.nextRangeF(-0.025f, 0.025f));
H A DSampleXfer.cpp32 static SkRandom gRand; variable
43 fColor = (gRand.nextU() & 0x7F7F7F7F) | SkColorSetARGB(0xFF, 0, 0, 0x80); in init()

Completed in 1 milliseconds