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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 69 double smallT, largeT;
76 smallT = minT1;
80 smallT = maxT1;
83 smallT = interp(minT1, maxT1, minT);
84 xy_at_t(quad1, smallT, q1pt.x, q1pt.y);
94 intersections.add(smallT, largeT);
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 69 double smallT, largeT;
76 smallT = minT1;
80 smallT = maxT1;
83 smallT = interp(minT1, maxT1, minT);
84 xy_at_t(quad1, smallT, q1pt.x, q1pt.y);
94 intersections.add(smallT, largeT);
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 494 double smallT = 1;
501 if (smallT > t) {
502 smallT = t;
506 if (smallT == 1) {
509 SkDVector ray = q.ptAtT(smallT) - origin;
520 smallestTs[index] = smallT;
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 494 double smallT = 1;
501 if (smallT > t) {
502 smallT = t;
506 if (smallT == 1) {
509 SkDVector ray = q.ptAtT(smallT) - origin;
520 smallestTs[index] = smallT;
    [all...]

Completed in 2305 milliseconds