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

  /external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp 37 *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;
  /external/skia/samplecode/
SampleRectanizer.cpp 37 *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;
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 34 const int kMinRectSize = 4;
320 if ((w <= kMinRectSize) || (h <= kMinRectSize)) {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 34 const int kMinRectSize = 4;
309 if ((w <= kMinRectSize) || (h <= kMinRectSize)) {

Completed in 197 milliseconds