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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 128 double tMid = (tMin + tMax) / 2;
130 xy_at_t(q2, tMid, mid.x, mid.y);
133 _Vector dxdy = dxdy_at_t(q2, tMid);
152 i.insertSwap(rootTs.fT[0][0], tMid, pt2);
  /external/skia/experimental/Intersection/
QuadraticImplicit.cpp 128 double tMid = (tMin + tMax) / 2;
130 xy_at_t(q2, tMid, mid.x, mid.y);
133 _Vector dxdy = dxdy_at_t(q2, tMid);
152 i.insertSwap(rootTs.fT[0][0], tMid, pt2);
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 121 double tMid = (tMin + tMax) / 2;
122 SkDPoint mid = q2.ptAtT(tMid);
125 SkDVector dxdy = q2.dxdyAtT(tMid);
144 i->insertSwap(rootTs[0][0], tMid, pt2);
SkOpSegment.cpp 627 double tMid = newT - tInterval / 2;
628 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
640 double tMid = newT - tEndInterval / 2;
641 SkDPoint midEndPt = dcubic_xy_at_t(fPts, tMid);
    [all...]
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 121 double tMid = (tMin + tMax) / 2;
122 SkDPoint mid = q2.ptAtT(tMid);
125 SkDVector dxdy = q2.dxdyAtT(tMid);
144 i->insertSwap(rootTs[0][0], tMid, pt2);
SkOpSegment.cpp 622 double tMid = newT - tInterval / 2;
623 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
634 double tMid = newT - tEndInterval / 2;
635 SkDPoint midEndPt = dcubic_xy_at_t(fPts, tMid);
    [all...]

Completed in 73 milliseconds