HomeSort by relevance Sort by last modified time
    Searched defs:fRandom (Results 1 - 9 of 9) sorted by null

  /external/skia/src/animator/
SkDisplayMath.h 25 mutable SkRandom fRandom;
SkDisplayRandom.h 37 mutable SkRandom fRandom;
  /external/skia/samplecode/
SampleManyRects.cpp 42 SkRect rect = SkRect::MakeWH(SkIntToScalar(fRandom.nextRangeU(10, 100)),
43 SkIntToScalar(fRandom.nextRangeU(10, 100)));
44 int x = fRandom.nextRangeU(0, dsize.fWidth);
45 int y = fRandom.nextRangeU(0, dsize.fHeight);
53 rotate.setRotate(fRandom.nextUScalar1() * 360,
64 paint.setColor(fRandom.nextU());
72 SkRandom fRandom;
  /external/skia/src/gpu/vk/
GrVkResourceProvider.cpp 17 SkRandom GrVkResource::fRandom;
GrVkResource.h 44 static SkRandom fRandom;
51 fKey = fRandom.nextU();
  /external/skia/bench/
AAClipBench.cpp 92 SkRandom fRandom;
140 paint.setColor(0xff000000 | fRandom.nextU());
MatrixBench.cpp 151 SkScalar rot0 = (fRandom.nextBool()) ? fRandom.nextRangeF(-180, 180) : 0.0f;
152 SkScalar sx = fRandom.nextRangeF(-3000.f, 3000.f);
153 SkScalar sy = (fRandom.nextBool()) ? fRandom.nextRangeF(-3000.f, 3000.f) : sx;
154 SkScalar rot1 = fRandom.nextRangeF(-180, 180);
168 SkRandom fRandom;
PathBench.cpp 235 fVerbCnts[i] = fRandom.nextRangeU(minVerbs, maxVerbs + 1);
240 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
245 fPoints[i].set(fRandom.nextRangeScalar(bounds->fLeft, bounds->fRight),
246 fRandom.nextRangeScalar(bounds->fTop, bounds->fBottom));
314 SkRandom fRandom;
  /external/skia/include/gpu/
GrProcessorUnitTest.h 48 : fRandom(random)
55 SkRandom* fRandom;
80 uint32_t idx = data->fRandom->nextRangeU(0, GetFactories()->count() - 1);

Completed in 135 milliseconds