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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp 113 double cubicT = rootVals[index];
114 double lineT = findLineT(cubicT);
116 if (pinTs(&cubicT, &lineT, &pt, kPointUninitialized)) {
118 SkDPoint cPt = fCubic.ptAtT(cubicT);
122 fIntersections->insert(cubicT, lineT, pt);
143 double cubicT = rootVals[index];
144 SkDPoint pt = fCubic.ptAtT(cubicT);
146 if (pinTs(&cubicT, &lineT, &pt, kPointInitialized)) {
147 fIntersections->insert(cubicT, lineT, pt);
171 double cubicT = rootVals[index]
    [all...]
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 113 double cubicT = rootVals[index];
114 double lineT = findLineT(cubicT);
116 if (pinTs(&cubicT, &lineT, &pt, kPointUninitialized)) {
118 SkDPoint cPt = fCubic.ptAtT(cubicT);
122 fIntersections->insert(cubicT, lineT, pt);
143 double cubicT = rootVals[index];
144 SkDPoint pt = fCubic.ptAtT(cubicT);
146 if (pinTs(&cubicT, &lineT, &pt, kPointInitialized)) {
147 fIntersections->insert(cubicT, lineT, pt);
171 double cubicT = rootVals[index]
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 86 double cubicT = i[0][0];
87 SkDPoint prev = cubic.ptAtT(cubicT * 2 - 1);
88 SkDPoint sect = cubic.ptAtT(cubicT);

Completed in 193 milliseconds