Home
last modified time | relevance | path

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

/third_party/skia/tests/
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
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
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/m133/tests/
DPathOpsConicLineIntersectionTest.cpp41 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect()
89 SkIntersections intersections; in testOneOffs() local
133 SkIntersections intersections; in DEF_TEST() local
DPathOpsQuadLineIntersectionTest.cpp37 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect()
96 SkIntersections intersections; in testOneOffs() local
135 SkIntersections intersections; in DEF_TEST() local
DBezierCurveTest.cpp159 auto intersections = SkBezierQuad::Intersect(0, -0.5, 0, A, B, C, 0, storage); in DEF_TEST() local
193 auto intersections = SkBezierQuad::Intersect(0, -0.5, 0, A, B, C, 0, storage); in DEF_TEST() local
247 auto intersections = in DEF_TEST() local
DPathOpsQuadLineIntersectionThreadedTest.cpp23 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect()
61 SkIntersections intersections; in testLineIntersect() local
DPathOpsQuadIntersectionTest.cpp48 SkIntersections intersections; in standardTestCases() local
353 SkIntersections intersections; in oneOffTest1() local
543 SkIntersections intersections; in DEF_TEST() local
DPathOpsCubicLineIntersectionTest.cpp109 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect()
DPathOpsConicIntersectionTest.cpp320 SkIntersections intersections; in oneOff() local
DPathOpsCubicIntersectionTest.cpp415 SkIntersections intersections; in oneOff() local
/third_party/skia/m133/modules/skparagraph/src/
DDecorations.cpp206 skia_private::TArray<SkScalar> intersections(count); in calculateGaps() local
420 TArray<SkScalar> intersections(count); in calculateGaps() local
/third_party/skia/m133/src/core/
DSkGlyph.cpp466 auto intersections = SkBezierQuad::IntersectWithHorizontalLine( in calculate_path_gap() local
475 auto intersections = SkBezierCubic::IntersectWithHorizontalLine( in calculate_path_gap() local
/third_party/skia/m133/gm/
Dtexteffects.cpp32 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
/third_party/skia/gm/
Dtexteffects.cpp29 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp223 SkTArray<SkScalar> intersections(count); in calculateGaps() local
/third_party/skia/src/core/
DSkScan_AntiPath.cpp636 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/skia/m133/src/pathops/
DSkPathOpsTSect.cpp1619 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual()
1793 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()