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

/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp151 double cubicT = i[0][0]; local
152 SkDPoint prev = cubic.ptAtT(cubicT * 2 - 1);
153 SkDPoint sect = cubic.ptAtT(cubicT);
/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp151 double cubicT = i[0][0]; local
152 SkDPoint prev = cubic.ptAtT(cubicT * 2 - 1);
153 SkDPoint sect = cubic.ptAtT(cubicT);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp107 double cubicT = rootVals[index]; local
108 double lineT = findLineT(cubicT);
109 if (pinTs(cubicT, lineT)) {
112 intersections.insert(cubicT, lineT, pt);
131 double cubicT = rootVals[index]; local
132 xy_at_t(cubic, cubicT, pt.x, pt.y);
134 if (pinTs(cubicT, lineT)) {
135 intersections.insert(cubicT, lineT, pt);
157 double cubicT = rootVals[index]; local
158 xy_at_t(cubic, cubicT, p
232 pinTs(double& cubicT, double& lineT) argument
[all...]
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp107 double cubicT = rootVals[index]; local
108 double lineT = findLineT(cubicT);
109 if (pinTs(cubicT, lineT)) {
112 intersections.insert(cubicT, lineT, pt);
131 double cubicT = rootVals[index]; local
132 xy_at_t(cubic, cubicT, pt.x, pt.y);
134 if (pinTs(cubicT, lineT)) {
135 intersections.insert(cubicT, lineT, pt);
157 double cubicT = rootVals[index]; local
158 xy_at_t(cubic, cubicT, p
232 pinTs(double& cubicT, double& lineT) argument
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp131 double cubicT = rootVals[index]; local
132 double lineT = findLineT(cubicT);
134 if (pinTs(&cubicT, &lineT, &pt, kPointUninitialized)) {
136 SkDPoint cPt = fCubic.ptAtT(cubicT);
145 if (cubicT == existingCubicT) {
149 double cubicMidT = (existingCubicT + cubicT) / 2;
155 fIntersections->insert(cubicT, lineT, pt);
188 double cubicT = roots[index]; local
190 pt.fX = fCubic.ptAtT(cubicT).fX;
193 if (pinTs(&cubicT,
228 double cubicT = roots[index]; local
251 double cubicT = (double) (cIndex >> 1); local
260 double cubicT = (double) (cIndex >> 1); local
278 double cubicT = (double) (cIndex >> 1); local
285 double cubicT = (double) (cIndex >> 1); local
304 double cubicT = (double) (cIndex >> 1); local
311 double cubicT = (double) (cIndex >> 1); local
334 pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) argument
[all...]
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp131 double cubicT = rootVals[index]; local
132 double lineT = findLineT(cubicT);
134 if (pinTs(&cubicT, &lineT, &pt, kPointUninitialized)) {
136 SkDPoint cPt = fCubic.ptAtT(cubicT);
145 if (cubicT == existingCubicT) {
149 double cubicMidT = (existingCubicT + cubicT) / 2;
155 fIntersections->insert(cubicT, lineT, pt);
188 double cubicT = roots[index]; local
190 pt.fX = fCubic.ptAtT(cubicT).fX;
193 if (pinTs(&cubicT,
228 double cubicT = roots[index]; local
251 double cubicT = (double) (cIndex >> 1); local
260 double cubicT = (double) (cIndex >> 1); local
278 double cubicT = (double) (cIndex >> 1); local
285 double cubicT = (double) (cIndex >> 1); local
304 double cubicT = (double) (cIndex >> 1); local
311 double cubicT = (double) (cIndex >> 1); local
334 pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) argument
[all...]

Completed in 154 milliseconds