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

  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 80 double conicT = roots[index];
81 SkDPoint pt = fConic.ptAtT(conicT);
85 if (this->pinTs(&conicT, &lineT, &pt, kPointInitialized)
86 && this->uniqueAnswer(conicT, pt)) {
87 fIntersections->insert(conicT, lineT, pt);
105 double conicT = rootVals[index];
106 double lineT = this->findLineT(conicT);
110 SkDEBUGCODE(SkDPoint conicPt = fConic.ptAtT(conicT));
116 if (this->pinTs(&conicT, &lineT, &pt, kPointUninitialized)
117 && this->uniqueAnswer(conicT, pt))
    [all...]
  /external/skqp/src/pathops/
SkDConicLineIntersection.cpp 80 double conicT = roots[index];
81 SkDPoint pt = fConic.ptAtT(conicT);
85 if (this->pinTs(&conicT, &lineT, &pt, kPointInitialized)
86 && this->uniqueAnswer(conicT, pt)) {
87 fIntersections->insert(conicT, lineT, pt);
105 double conicT = rootVals[index];
106 double lineT = this->findLineT(conicT);
110 SkDEBUGCODE(SkDPoint conicPt = fConic.ptAtT(conicT));
116 if (this->pinTs(&conicT, &lineT, &pt, kPointUninitialized)
117 && this->uniqueAnswer(conicT, pt))
    [all...]
  /external/skia/tests/
PathOpsConicLineIntersectionTest.cpp 85 double conicT = intersections[0][inner];
86 SkDPoint conicXY = conic.ptAtT(conicT);
  /external/skqp/tests/
PathOpsConicLineIntersectionTest.cpp 85 double conicT = intersections[0][inner];
86 SkDPoint conicXY = conic.ptAtT(conicT);

Completed in 3146 milliseconds