Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DPathOpsConicIntersectionTest.cpp296 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument
303 c2.debugSet(conic2.fPts.fPts, conic2.fWeight); in oneOff()
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp296 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument
303 c2.debugSet(conic2.fPts.fPts, conic2.fWeight); in oneOff()
/third_party/flutter/skia/src/pathops/
DSkAddIntersections.cpp287 SkDConic conic1, conic2; in AddIntersectTs() local
410 pts = ts.intersect(conic2.set(wn.pts(), wn.weight()), in AddIntersectTs()
449 conic2.set(wn.pts(), wn.weight())); in AddIntersectTs()
488 conic2.set(wn.pts(), wn.weight() in AddIntersectTs()
DSkPathOpsTSect.cpp2105 SkTConic conic2(c2); in intersect() local
2107 SkTSect sect2(conic2 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
/third_party/skia/src/pathops/
DSkAddIntersections.cpp287 SkDConic conic1, conic2; in AddIntersectTs() local
410 pts = ts.intersect(conic2.set(wn.pts(), wn.weight()), in AddIntersectTs()
449 conic2.set(wn.pts(), wn.weight())); in AddIntersectTs()
488 conic2.set(wn.pts(), wn.weight() in AddIntersectTs()
DSkPathOpsTSect.cpp2104 SkTConic conic2(c2); in intersect() local
2106 SkTSect sect2(conic2 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()