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

  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp 149 double quadT = rootVals[index];
150 double lineT = findLineT(quadT);
152 if (pinTs(&quadT, &lineT, &pt, kPointUninitialized)) {
153 fIntersections->insert(quadT, lineT, pt);
178 double quadT = rootVals[index];
179 SkDPoint pt = fQuad.ptAtT(quadT);
181 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
182 fIntersections->insert(quadT, lineT, pt);
209 double quadT = rootVals[index];
210 SkDPoint pt = fQuad.ptAtT(quadT);
    [all...]
  /external/skia/src/pathops/
SkDQuadLineIntersection.cpp 149 double quadT = rootVals[index];
150 double lineT = findLineT(quadT);
152 if (pinTs(&quadT, &lineT, &pt, kPointUninitialized)) {
153 fIntersections->insert(quadT, lineT, pt);
178 double quadT = rootVals[index];
179 SkDPoint pt = fQuad.ptAtT(quadT);
181 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
182 fIntersections->insert(quadT, lineT, pt);
209 double quadT = rootVals[index];
210 SkDPoint pt = fQuad.ptAtT(quadT);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection.cpp 135 double quadT = rootVals[index];
136 double lineT = findLineT(quadT);
137 if (pinTs(quadT, lineT)) {
140 intersections.insert(quadT, lineT, pt);
162 double quadT = rootVals[index];
163 xy_at_t(quad, quadT, pt.x, pt.y);
165 if (pinTs(quadT, lineT)) {
166 intersections.insert(quadT, lineT, pt);
191 double quadT = rootVals[index];
192 xy_at_t(quad, quadT, pt.x, pt.y)
    [all...]
LineQuadraticIntersection_Test.cpp 77 double quadT = intersections.fT[0][inner];
79 xy_at_t(quad, quadT, quadX, quadY);
158 double quadT = intersections.fT[0][index];
160 xy_at_t(quad, quadT, quadX, quadY);
  /external/skia/experimental/Intersection/
LineQuadraticIntersection.cpp 135 double quadT = rootVals[index];
136 double lineT = findLineT(quadT);
137 if (pinTs(quadT, lineT)) {
140 intersections.insert(quadT, lineT, pt);
162 double quadT = rootVals[index];
163 xy_at_t(quad, quadT, pt.x, pt.y);
165 if (pinTs(quadT, lineT)) {
166 intersections.insert(quadT, lineT, pt);
191 double quadT = rootVals[index];
192 xy_at_t(quad, quadT, pt.x, pt.y)
    [all...]
LineQuadraticIntersection_Test.cpp 77 double quadT = intersections.fT[0][inner];
79 xy_at_t(quad, quadT, quadX, quadY);
158 double quadT = intersections.fT[0][index];
160 xy_at_t(quad, quadT, quadX, quadY);
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 89 double quadT = intersections[0][inner];
90 SkDPoint quadXY = quad.ptAtT(quadT);
PathOpsQuadLineIntersectionThreadedTest.cpp 57 double quadT = intersections[0][index];
58 SkDPoint quadXY = quad.ptAtT(quadT);
PathOpsCubicQuadIntersectionTest.cpp 218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
219 double diffT = fabs(cubicT - quadT);
241 locals.pt(0).fX, locals.pt(0).fY, quadT, cubicT, dist.length(), qxc);
244 quadT, cubicT, dist.length(), qxc);
  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 89 double quadT = intersections[0][inner];
90 SkDPoint quadXY = quad.ptAtT(quadT);
PathOpsQuadLineIntersectionThreadedTest.cpp 57 double quadT = intersections[0][index];
58 SkDPoint quadXY = quad.ptAtT(quadT);
PathOpsCubicQuadIntersectionTest.cpp 218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
219 double diffT = fabs(cubicT - quadT);
241 locals.pt(0).fX, locals.pt(0).fY, quadT, cubicT, dist.length(), qxc);
244 quadT, cubicT, dist.length(), qxc);

Completed in 556 milliseconds