Searched defs:intersections (Results 1 – 10 of 10) sorted by relevance
| /external/skia/tests/ |
| D | PathOpsQuadLineIntersectionTest.cpp | 31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() 88 SkIntersections intersections; in testOneOffs() local 128 SkIntersections intersections; in DEF_TEST() local
|
| D | PathOpsConicLineIntersectionTest.cpp | 32 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() 78 SkIntersections intersections; in testOneOffs() local 123 SkIntersections intersections; in DEF_TEST() local
|
| D | PathOpsQuadLineIntersectionThreadedTest.cpp | 16 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() 52 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 | 101 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect()
|
| D | PathOpsConicIntersectionTest.cpp | 314 SkIntersections intersections; in oneOff() local
|
| D | PathOpsCubicIntersectionTest.cpp | 403 SkIntersections intersections; in oneOff() local
|
| /external/skia/gm/ |
| D | texteffects.cpp | 199 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline() 221 const SkPaint& paint, SkScalar uWidth, SkTDArray<SkScalar>* intersections) { in find_intercepts() 247 SkTDArray<SkScalar> intersections; variable 265 SkScalar uWidth, SkTDArray<SkScalar>* intersections) { in find_intercepts() 303 SkTDArray<SkScalar> intersections; variable 454 SkTDArray<SkScalar> intersections; variable
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
| D | screen_finder.py | 304 def _FindCorners(self, intersections, grey_frame): argument 387 def _LooksLikeCorner(self, intersections, grey_frame): argument 687 def _NewScreenLocation(self, new_corners, missing_corners, intersections): argument
|
| /external/skia/src/pathops/ |
| D | SkPathOpsTSect.h | 1952 const SkTSect<OppCurve, TCurve>* sect2, SkIntersections* intersections) { in EndsEqual() 2131 SkTSect<OppCurve, TCurve>* sect2, SkIntersections* intersections) { in BinarySearch()
|