Home
last modified time | relevance | path

Searched refs:conic1 (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dconic.dart45 final Conic conic1 = dst[1];
49 conic1.p0x == conic1.p1x &&
50 conic1.p0y == conic1.p1y) {
55 pointList.add(ui.Offset(conic1.p2x, conic1.p2y));
98 final Conic conic1 = dst[1];
110 conic0.p2y = conic1.p0y = closerY;
117 if (!_between(conic1.p0y, conic1.p1y, endY)) {
120 conic1.p1y = endY;
124 assert(_between(conic0.p1y, conic0.p2y, conic1.p1y));
125 assert(_between(conic0.p2y, conic1.p1y, endY));
[all …]
/third_party/flutter/skia/tests/
DPathOpsConicIntersectionTest.cpp296 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument
302 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp296 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2, in oneOff() argument
302 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
/third_party/flutter/skia/src/pathops/
DSkAddIntersections.cpp287 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()
DSkPathOpsTSect.cpp2104 SkTConic conic1(c1); in intersect() local
2106 SkTSect sect1(conic1 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(1)); in intersect()
/third_party/skia/src/pathops/
DSkAddIntersections.cpp287 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()
DSkPathOpsTSect.cpp2103 SkTConic conic1(c1); in intersect() local
2105 SkTSect sect1(conic1 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(1)); in intersect()