Searched defs:kMinRectSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DSampleRectanizer.cpp37 *fRects[0].append() = SkISize::Make(random.nextRangeU(kMinRectSize, kMaxRectSize),
38 random.nextRangeU(kMinRectSize, kMaxRectSize));
40 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)),
41 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)));
139 static const int kMinRectSize = 2; member in class:RectanizerView

Completed in 86 milliseconds