Searched refs:kMinRectSize (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleRectanizer.cpp | 39 *fRects[0].append() = SkISize::Make(random.nextRangeU(kMinRectSize, kMaxRectSize), in RectanizerView() 40 random.nextRangeU(kMinRectSize, kMaxRectSize)); in RectanizerView() 42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView() 43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView() 135 static const int kMinRectSize = 2; member in RectanizerView
|
/third_party/skia/samplecode/ |
D | SampleRectanizer.cpp | 39 *fRects[0].append() = SkISize::Make(random.nextRangeU(kMinRectSize, kMaxRectSize), in RectanizerView() 40 random.nextRangeU(kMinRectSize, kMaxRectSize)); in RectanizerView() 42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView() 43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView() 135 static const int kMinRectSize = 2; member in RectanizerView
|
/third_party/skia/bench/ |
D | BulkRectBench.cpp | 182 static constexpr SkScalar kMinRectSize = 0.2f; in onDelayedSetup() local 188 SkScalar w = rand.nextF() * (kMaxRectSize - kMinRectSize) + kMinRectSize; in onDelayedSetup() 189 SkScalar h = rand.nextF() * (kMaxRectSize - kMinRectSize) + kMinRectSize; in onDelayedSetup()
|