Searched refs:conic2 (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | PathOpsConicIntersectionTest.cpp | 298 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()
|
/external/skqp/tests/ |
D | PathOpsConicIntersectionTest.cpp | 298 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()
|
/external/skqp/src/pathops/ |
D | SkAddIntersections.cpp | 287 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()
|
D | SkPathOpsTSect.cpp | 2105 SkTConic conic2(c2); in intersect() local 2107 SkTSect sect2(conic2 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
|
/external/skia/src/pathops/ |
D | SkAddIntersections.cpp | 287 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()
|
D | SkPathOpsTSect.cpp | 2105 SkTConic conic2(c2); in intersect() local 2107 SkTSect sect2(conic2 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
|