• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package(default_visibility = ["//:__subpackages__"])
2
3filegroup(
4    name = "srcs",
5    srcs = [
6        "SkAddIntersections.cpp",
7        "SkAddIntersections.h",
8        "SkDConicLineIntersection.cpp",
9        "SkDCubicLineIntersection.cpp",
10        "SkDCubicToQuads.cpp",
11        "SkDLineIntersection.cpp",
12        "SkDQuadLineIntersection.cpp",
13        "SkIntersectionHelper.h",
14        "SkIntersections.cpp",
15        "SkIntersections.h",
16        "SkLineParameters.h",
17        "SkOpAngle.cpp",
18        "SkOpAngle.h",
19        "SkOpBuilder.cpp",
20        "SkOpCoincidence.cpp",
21        "SkOpCoincidence.h",
22        "SkOpContour.cpp",
23        "SkOpContour.h",
24        "SkOpCubicHull.cpp",
25        "SkOpEdgeBuilder.cpp",
26        "SkOpEdgeBuilder.h",
27        "SkOpSegment.cpp",
28        "SkOpSegment.h",
29        "SkOpSpan.cpp",
30        "SkOpSpan.h",
31        "SkPathOpsAsWinding.cpp",
32        "SkPathOpsBounds.h",
33        "SkPathOpsCommon.cpp",
34        "SkPathOpsCommon.h",
35        "SkPathOpsConic.cpp",
36        "SkPathOpsConic.h",
37        "SkPathOpsCubic.cpp",
38        "SkPathOpsCubic.h",
39        "SkPathOpsCurve.cpp",
40        "SkPathOpsCurve.h",
41        "SkPathOpsDebug.cpp",
42        "SkPathOpsDebug.h",
43        "SkPathOpsLine.cpp",
44        "SkPathOpsLine.h",
45        "SkPathOpsOp.cpp",
46        "SkPathOpsPoint.h",
47        "SkPathOpsQuad.cpp",
48        "SkPathOpsQuad.h",
49        "SkPathOpsRect.cpp",
50        "SkPathOpsRect.h",
51        "SkPathOpsSimplify.cpp",
52        "SkPathOpsTCurve.h",
53        "SkPathOpsTSect.cpp",
54        "SkPathOpsTSect.h",
55        "SkPathOpsTightBounds.cpp",
56        "SkPathOpsTypes.cpp",
57        "SkPathOpsTypes.h",
58        "SkPathOpsWinding.cpp",
59        "SkPathWriter.cpp",
60        "SkPathWriter.h",
61        "SkReduceOrder.cpp",
62        "SkReduceOrder.h",
63    ],
64)
65