Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsQuadLineIntersectionTest.cpp31 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
DPathOpsConicLineIntersectionTest.cpp32 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
DPathOpsQuadLineIntersectionThreadedTest.cpp16 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect()
52 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.cpp101 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect()
DPathOpsConicIntersectionTest.cpp314 SkIntersections intersections; in oneOff() local
DPathOpsCubicIntersectionTest.cpp403 SkIntersections intersections; in oneOff() local
/external/skia/gm/
Dtexteffects.cpp199 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/
Dscreen_finder.py304 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/
DSkPathOpsTSect.h1952 const SkTSect<OppCurve, TCurve>* sect2, SkIntersections* intersections) { in EndsEqual()
2131 SkTSect<OppCurve, TCurve>* sect2, SkIntersections* intersections) { in BinarySearch()