Searched defs:tMid (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp128 double tMid = (tMin + tMax) / 2; local
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/
H A DQuadraticImplicit.cpp128 double tMid = (tMin + tMax) / 2; local
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/
H A DSkDQuadIntersection.cpp121 double tMid = (tMin + tMax) / 2; local
122 SkDPoint mid = q2.ptAtT(tMid);
125 SkDVector dxdy = q2.dxdyAtT(tMid);
144 i->insertSwap(rootTs[0][0], tMid, pt2);
H A DSkOpSegment.cpp627 double tMid = newT - tInterval / 2; local
628 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
640 double tMid = newT - tEndInterval / 2; local
641 SkDPoint midEndPt = dcubic_xy_at_t(fPts, tMid);
2663 double tMid = t - tInterval / 2;
2664 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp121 double tMid = (tMin + tMax) / 2; local
122 SkDPoint mid = q2.ptAtT(tMid);
125 SkDVector dxdy = q2.dxdyAtT(tMid);
144 i->insertSwap(rootTs[0][0], tMid, pt2);
H A DSkOpSegment.cpp622 double tMid = newT - tInterval / 2; local
623 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
634 double tMid = newT - tEndInterval / 2; local
635 SkDPoint midEndPt = dcubic_xy_at_t(fPts, tMid);
2586 double tMid = t - tInterval / 2;
2587 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);

Completed in 152 milliseconds