Home
last modified time | relevance | path

Searched refs:conic2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.cpp28 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) { in intersect() argument
31 SkTSect<SkDConic, SkDConic> sect2(conic2 in intersect()
DSkAddIntersections.cpp285 SkDConic conic1, conic2; in AddIntersectTs() local
408 pts = ts.intersect(conic2.set(wn.pts(), wn.weight()), in AddIntersectTs()
447 conic2.set(wn.pts(), wn.weight())); in AddIntersectTs()
486 conic2.set(wn.pts(), wn.weight() in AddIntersectTs()
/external/skia/tests/
DPathOpsConicIntersectionTest.cpp298 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument
305 c2.debugSet(conic2.fPts.fPts, conic2.fWeight); in oneOff()