Searched refs:kMaxRectSize (Results 1 – 2 of 2) sorted by relevance
/external/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() 141 static const int kMaxRectSize = 256; member in RectanizerView
|
/external/skqp/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() 141 static const int kMaxRectSize = 256; member in RectanizerView
|