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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 130 int starH = (int) (height - margin * 2 + (SkScalar) s * s / stars);
131 locs[s].fY = (int) (step * (1.7f * (s + 1) / stars) + s * 183) % (starH * 2);
132 if (locs[s].fY > starH) {
133 locs[s].fY = starH * 2 - locs[s].fY;
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 130 int starH = (int) (height - margin * 2 + (SkScalar) s * s / stars);
131 locs[s].fY = (int) (step * (1.7f * (s + 1) / stars) + s * 183) % (starH * 2);
132 if (locs[s].fY > starH) {
133 locs[s].fY = starH * 2 - locs[s].fY;

Completed in 62 milliseconds