Searched refs:conicT (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkDConicLineIntersection.cpp | 80 double conicT = roots[index]; in horizontalIntersect() local 81 SkDPoint pt = fConic.ptAtT(conicT); in horizontalIntersect() 85 if (this->pinTs(&conicT, &lineT, &pt, kPointInitialized) in horizontalIntersect() 86 && this->uniqueAnswer(conicT, pt)) { in horizontalIntersect() 87 fIntersections->insert(conicT, lineT, pt); in horizontalIntersect() 105 double conicT = rootVals[index]; in intersect() local 106 double lineT = this->findLineT(conicT); in intersect() 110 SkDEBUGCODE(SkDPoint conicPt = fConic.ptAtT(conicT)); in intersect() 116 if (this->pinTs(&conicT, &lineT, &pt, kPointUninitialized) in intersect() 117 && this->uniqueAnswer(conicT, pt)) { in intersect() [all …]
|
/external/skqp/src/pathops/ |
D | SkDConicLineIntersection.cpp | 80 double conicT = roots[index]; in horizontalIntersect() local 81 SkDPoint pt = fConic.ptAtT(conicT); in horizontalIntersect() 85 if (this->pinTs(&conicT, &lineT, &pt, kPointInitialized) in horizontalIntersect() 86 && this->uniqueAnswer(conicT, pt)) { in horizontalIntersect() 87 fIntersections->insert(conicT, lineT, pt); in horizontalIntersect() 105 double conicT = rootVals[index]; in intersect() local 106 double lineT = this->findLineT(conicT); in intersect() 110 SkDEBUGCODE(SkDPoint conicPt = fConic.ptAtT(conicT)); in intersect() 116 if (this->pinTs(&conicT, &lineT, &pt, kPointUninitialized) in intersect() 117 && this->uniqueAnswer(conicT, pt)) { in intersect() [all …]
|
/external/skqp/tests/ |
D | PathOpsConicLineIntersectionTest.cpp | 85 double conicT = intersections[0][inner]; in testOneOffs() local 86 SkDPoint conicXY = conic.ptAtT(conicT); in testOneOffs()
|
/external/skia/tests/ |
D | PathOpsConicLineIntersectionTest.cpp | 85 double conicT = intersections[0][inner]; in testOneOffs() local 86 SkDPoint conicXY = conic.ptAtT(conicT); in testOneOffs()
|