Home
last modified time | relevance | path

Searched refs:kMinRectSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleRectanizer.cpp39 *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()
140 static const int kMinRectSize = 2; member in RectanizerView
/external/skqp/samplecode/
DSampleRectanizer.cpp39 *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()
140 static const int kMinRectSize = 2; member in RectanizerView