Searched refs:nextRangeF (Results 1 - 6 of 6) sorted by relevance

/external/skia/gm/
H A Dovals.cpp130 hsv[0] = SkFloatToScalar(rand->nextRangeF(0.0f, 360.0f));
131 hsv[1] = SkFloatToScalar(rand->nextRangeF(0.75f, 1.0f));
132 hsv[2] = SkFloatToScalar(rand->nextRangeF(0.75f, 1.0f));
H A Droundrects.cpp131 hsv[0] = SkFloatToScalar(rand->nextRangeF(0.0f, 360.0f));
132 hsv[1] = SkFloatToScalar(rand->nextRangeF(0.75f, 1.0f));
133 hsv[2] = SkFloatToScalar(rand->nextRangeF(0.75f, 1.0f));
/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h54 float nextRangeF(float min, float max) { function in class:SkRandom
207 float nextRangeF(float min, float max) { function in class:SkMWCRandom
/external/skia/include/utils/
H A DSkRandom.h54 float nextRangeF(float min, float max) { function in class:SkRandom
207 float nextRangeF(float min, float max) { function in class:SkMWCRandom
/external/skia/bench/
H A DHairlinePathBench.cpp165 float weight = randWeight.nextRangeF(0.0f, 2.0f);
/external/skia/tests/
H A DMatrixTest.cpp503 SkScalar rot0 = rand.nextRangeF(-SK_ScalarPI, SK_ScalarPI);
504 SkScalar sx = rand.nextRangeF(-3000.f, 3000.f);
505 SkScalar sy = rand.nextRangeF(-3000.f, 3000.f);
506 SkScalar rot1 = rand.nextRangeF(-SK_ScalarPI, SK_ScalarPI);

Completed in 163 milliseconds