/third_party/skia/tests/ |
D | PathOpsConicLineIntersectionTest.cpp | 34 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() 82 SkIntersections intersections; in testOneOffs() local 126 SkIntersections intersections; in DEF_TEST() local
|
D | PathOpsQuadLineIntersectionTest.cpp | 33 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() 92 SkIntersections intersections; in testOneOffs() local 131 SkIntersections intersections; in DEF_TEST() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() 56 SkIntersections intersections; in testLineIntersect() local
|
D | PathOpsQuadIntersectionTest.cpp | 39 SkIntersections intersections; in standardTestCases() local 344 SkIntersections intersections; in oneOffTest1() local 534 SkIntersections intersections; in DEF_TEST() local
|
D | PathOpsCubicLineIntersectionTest.cpp | 103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect()
|
D | PathOpsConicIntersectionTest.cpp | 312 SkIntersections intersections; in oneOff() local
|
D | PathOpsCubicIntersectionTest.cpp | 406 SkIntersections intersections; in oneOff() local
|
/third_party/flutter/skia/tests/ |
D | PathOpsQuadLineIntersectionTest.cpp | 33 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() 92 SkIntersections intersections; in testOneOffs() local 132 SkIntersections intersections; in DEF_TEST() local
|
D | PathOpsConicLineIntersectionTest.cpp | 34 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() 82 SkIntersections intersections; in testOneOffs() local 127 SkIntersections intersections; in DEF_TEST() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() 56 SkIntersections intersections; in testLineIntersect() local
|
D | PathOpsQuadIntersectionTest.cpp | 39 SkIntersections intersections; in standardTestCases() local 344 SkIntersections intersections; in oneOffTest1() local 534 SkIntersections intersections; in DEF_TEST() local
|
D | PathOpsCubicLineIntersectionTest.cpp | 103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect()
|
D | PathOpsConicIntersectionTest.cpp | 312 SkIntersections intersections; in oneOff() local
|
D | PathOpsCubicIntersectionTest.cpp | 404 SkIntersections intersections; in oneOff() local
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | intersection_segment.cpp | 28 std::vector<P> intersections; in main() local
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-type-alias.ts | 113 const intersections = [ constant
|
/third_party/boost/boost/geometry/strategies/ |
D | intersection_result.hpp | 67 Point intersections[2]; member
|
/third_party/skia/modules/skparagraph/src/ |
D | Decorations.cpp | 113 SkTArray<SkScalar> intersections(count); in calculateGaps() local
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_la.hpp | 711 linear_intersections intersections(range_p.at(0), in get_turn_info_for_endpoint() local
|
D | get_turn_info_for_endpoint.hpp | 266 linear_intersections intersections(range_p.at(0), in apply() local
|
/third_party/skia/gm/ |
D | texteffects.cpp | 29 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
|
/third_party/flutter/skia/gm/ |
D | texteffects.cpp | 29 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
|
/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 628 SkScalar intersections = sk_ieee_float_divide(sqr(n) * sqr(avgLength), diagonalSqr); in compute_complexity() local
|
/third_party/flutter/skia/src/core/ |
D | SkScan_AntiPath.cpp | 629 SkScalar intersections = sk_ieee_float_divide(sqr(n) * sqr(avgLength), diagonalSqr); in compute_complexity() local
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1604 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual() 1778 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()
|