Searched defs:rootTs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp129 SkIntersections rootTs; local
130 rootTs.allowNear(false);
131 int roots = rootTs.intersect(q1, line);
141 SkDPoint pt2 = q1.ptAtT(rootTs[0][0]);
145 i->insertSwap(rootTs[0][0], tMid, pt2);
157 SkIntersections rootTs; local
158 rootTs.allowNear(false);
159 int roots = rootTs.intersect(q2, *testLines[index]);
161 double t = rootTs[0][idx2];
164 SkDPoint lPt = testLines[index]->ptAtT(rootTs[
[all...]
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp129 SkIntersections rootTs; local
130 rootTs.allowNear(false);
131 int roots = rootTs.intersect(q1, line);
141 SkDPoint pt2 = q1.ptAtT(rootTs[0][0]);
145 i->insertSwap(rootTs[0][0], tMid, pt2);
157 SkIntersections rootTs; local
158 rootTs.allowNear(false);
159 int roots = rootTs.intersect(q2, *testLines[index]);
161 double t = rootTs[0][idx2];
164 SkDPoint lPt = testLines[index]->ptAtT(rootTs[
[all...]

Completed in 55 milliseconds