Home
last modified time | relevance | path

Searched defs:intersections (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/tests/
DPathOpsConicLineIntersectionTest.cpp34 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
DPathOpsQuadLineIntersectionTest.cpp33 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
DPathOpsQuadLineIntersectionThreadedTest.cpp18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect()
56 SkIntersections intersections; in testLineIntersect() local
DPathOpsQuadIntersectionTest.cpp39 SkIntersections intersections; in standardTestCases() local
344 SkIntersections intersections; in oneOffTest1() local
534 SkIntersections intersections; in DEF_TEST() local
DPathOpsCubicLineIntersectionTest.cpp103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect()
DPathOpsConicIntersectionTest.cpp312 SkIntersections intersections; in oneOff() local
DPathOpsCubicIntersectionTest.cpp406 SkIntersections intersections; in oneOff() local
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp125 SkTArray<SkScalar> intersections(count); in calculateGaps() local
/third_party/skia/gm/
Dtexteffects.cpp29 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
/third_party/skia/src/core/
DSkScan_AntiPath.cpp628 SkScalar intersections = sk_ieee_float_divide(sqr(n) * sqr(avgLength), diagonalSqr); in compute_complexity() local
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1604 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual()
1778 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()
/third_party/typescript/src/compiler/
Dchecker.ts15493 const intersections: Type[] = []; constant