Searched refs:conic1 (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsTSect.cpp | 28 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) { in intersect() argument 29 SkTSect<SkDConic, SkDConic> sect1(conic1 in intersect()
|
D | SkAddIntersections.cpp | 285 SkDConic conic1, conic2; in AddIntersectTs() local 440 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 446 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 455 conic1.set(wt.pts(), wt.weight() in AddIntersectTs()
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 28 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) { in intersect() argument 29 SkTSect<SkDConic, SkDConic> sect1(conic1 in intersect()
|
D | SkAddIntersections.cpp | 285 SkDConic conic1, conic2; in AddIntersectTs() local 440 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 446 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 455 conic1.set(wt.pts(), wt.weight() in AddIntersectTs()
|
/external/skia/tests/ |
D | PathOpsConicIntersectionTest.cpp | 298 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument 304 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
|
/external/skqp/tests/ |
D | PathOpsConicIntersectionTest.cpp | 298 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument 304 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
|