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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 121 const int maxInner = 800;
137 innerRadius[s] = (step + s * 30) % (maxInner * 2);
138 if (innerRadius[s] > maxInner) {
139 innerRadius[s] = (maxInner * 2) - innerRadius[s];
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 121 const int maxInner = 800;
137 innerRadius[s] = (step + s * 30) % (maxInner * 2);
138 if (innerRadius[s] > maxInner) {
139 innerRadius[s] = (maxInner * 2) - innerRadius[s];

Completed in 128 milliseconds