Searched refs:conic1 (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 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()
|
/external/skqp/src/pathops/ |
D | SkAddIntersections.cpp | 287 SkDConic conic1, conic2; in AddIntersectTs() local 442 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 448 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 457 conic1.set(wt.pts(), wt.weight() in AddIntersectTs()
|
D | SkPathOpsTSect.cpp | 2104 SkTConic conic1(c1); in intersect() local 2106 SkTSect sect1(conic1 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(1)); in intersect()
|
/external/skia/src/pathops/ |
D | SkAddIntersections.cpp | 287 SkDConic conic1, conic2; in AddIntersectTs() local 442 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 448 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 457 conic1.set(wt.pts(), wt.weight() in AddIntersectTs()
|
D | SkPathOpsTSect.cpp | 2104 SkTConic conic1(c1); in intersect() local 2106 SkTSect sect1(conic1 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(1)); in intersect()
|