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

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 74 double lastStep = step;
76 SkDPoint lessPt = cubic.ptAtT(t - lastStep);
85 SkDPoint morePt = cubic.ptAtT(t + lastStep);
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 74 double lastStep = step;
76 SkDPoint lessPt = cubic.ptAtT(t - lastStep);
85 SkDPoint morePt = cubic.ptAtT(t + lastStep);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 38 double lastStep = step;
43 double nextT = t + lastStep;
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 38 double lastStep = step;
43 double nextT = t + lastStep;

Completed in 118 milliseconds