HomeSort by relevance Sort by last modified time
    Searched refs:nextRangeU (Results 1 - 13 of 13) sorted by null

  /external/skia/include/gpu/
GrEffectUnitTest.h 50 uint32_t idx = random->nextRangeU(0, GetFactories()->count() - 1);
  /external/skia/include/utils/
SkRandom.h 70 uint32_t nextRangeU(uint32_t min, uint32_t max) {
85 return this->nextRangeU(0, count - 1);
223 uint32_t nextRangeU(uint32_t min, uint32_t max) {
238 return this->nextRangeU(0, count - 1);
  /external/skia/bench/
GrMemoryPoolBench.cpp 113 uint32_t idx = r.nextRangeU(0, kMaxObjects-1);
147 uint32_t count = r.nextRangeU(0, M-1);
PathBench.cpp 241 fVerbCnts[i] = fRandom.nextRangeU(minVerbs, maxVerbs + 1);
  /external/skia/legacy/include/core/
SkRandom.h 55 uint32_t nextRangeU(uint32_t min, uint32_t max) {
  /external/skia/tests/
SortTest.cpp 46 int count = rand.nextRangeU(1, SK_ARRAY_COUNT(randomArray));
GrMemoryPoolTest.cpp 164 switch (r->nextRangeU(0, 4)) {
218 int d = r.nextRangeU(0, instanceRecs.count() - 1);
ClipStackTest.cpp 828 int numElems = r.nextRangeU(kMinElemsPerTest, kMaxElemsPerTest);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 543 int width = random->nextRangeU(1, MAX_KERNEL_SIZE);
544 int height = random->nextRangeU(1, MAX_KERNEL_SIZE / width);
552 SkIPoint target = SkIPoint::Make(random->nextRangeU(0, kernelSize.width()),
553 random->nextRangeU(0, kernelSize.height()));
554 TileMode tileMode = static_cast<TileMode>(random->nextRangeU(0, 2));
SkDisplacementMapEffect.cpp 372 random->nextRangeU(1, kMaxComponent));
375 random->nextRangeU(1, kMaxComponent));
SkMorphologyImageFilter.cpp 429 int radius = random->nextRangeU(1, kMaxRadius);
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 187 int radius = random->nextRangeU(1, kMaxKernelRadius);
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 831 int outColors = random->nextRangeU(1, kMaxRandomGradientColors);

Completed in 138 milliseconds