Home
last modified time | relevance | path

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

/external/skia/tests/
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
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
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.cpp321 SkIntersections intersections; in oneOff() local
DPathOpsCubicIntersectionTest.cpp415 SkIntersections intersections; in oneOff() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Polygon.java562 List<ParametrizedS2Point> intersections) { in addIntersection()
591 boolean addSharedEdges, List<ParametrizedS2Point> intersections) { in clipEdge()
633 List<ParametrizedS2Point> intersections = Lists.newArrayList(); in clipBoundary() local
/external/skia/modules/skparagraph/src/
DDecorations.cpp116 SkTArray<SkScalar> intersections(count); in calculateGaps() local
/external/skia/gm/
Dtexteffects.cpp31 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
/external/skia/src/pathops/
DSkPathOpsTSect.cpp1616 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual()
1790 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()