Home
last modified time | relevance | path

Searched defs:intersections (Results 1 – 13 of 13) 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
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
/external/skia/modules/skparagraph/src/
DDecorations.cpp118 TArray<SkScalar> intersections(count); in calculateGaps() 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/src/core/
DSkGlyph.cpp463 auto intersections = SkBezierQuad::IntersectWithHorizontalLine( in calculate_path_gap() local
472 auto intersections = SkBezierCubic::IntersectWithHorizontalLine( in calculate_path_gap() local
/external/skia/gm/
Dtexteffects.cpp32 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline()
/external/skia/src/pathops/
DSkPathOpsTSect.cpp1618 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual()
1792 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()