• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package(default_visibility = ["//visibility:public"])
2
3filegroup(
4    name = "hdrs",
5    srcs = [
6        "SkAnnotation.h",
7        "SkBBHFactory.h",
8        "SkBitmap.h",
9        "SkBlendMode.h",
10        "SkBlender.h",
11        "SkBlurTypes.h",
12        "SkCanvas.h",
13        "SkCanvasVirtualEnforcer.h",
14        "SkClipOp.h",
15        "SkColor.h",
16        "SkColorFilter.h",
17        "SkColorPriv.h",
18        "SkColorSpace.h",
19        "SkContourMeasure.h",
20        "SkCoverageMode.h",
21        "SkCubicMap.h",
22        "SkData.h",
23        "SkDataTable.h",
24        "SkDeferredDisplayList.h",
25        "SkDeferredDisplayListRecorder.h",
26        "SkDocument.h",
27        "SkDrawLooper.h",
28        "SkDrawable.h",
29        "SkEncodedImageFormat.h",
30        "SkExecutor.h",
31        "SkFlattenable.h",
32        "SkFont.h",
33        "SkFontArguments.h",
34        "SkFontMetrics.h",
35        "SkFontMgr.h",
36        "SkFontParameters.h",
37        "SkFontStyle.h",
38        "SkFontTypes.h",
39        "SkGraphics.h",
40        "SkICC.h",
41        "SkImage.h",
42        "SkImageEncoder.h",
43        "SkImageFilter.h",
44        "SkImageGenerator.h",
45        "SkImageInfo.h",
46        "SkM44.h",
47        "SkMallocPixelRef.h",
48        "SkMaskFilter.h",
49        "SkMath.h",
50        "SkMatrix.h",
51        "SkMilestone.h",
52        "SkOverdrawCanvas.h",
53        "SkPaint.h",
54        "SkPath.h",
55        "SkPathBuilder.h",
56        "SkPathEffect.h",
57        "SkPathMeasure.h",
58        "SkPathTypes.h",
59        "SkPicture.h",
60        "SkPictureRecorder.h",
61        "SkPixelRef.h",
62        "SkPixmap.h",
63        "SkPngChunkReader.h",
64        "SkPoint.h",
65        "SkPoint3.h",
66        "SkPromiseImageTexture.h",
67        "SkRRect.h",
68        "SkRSXform.h",
69        "SkRasterHandleAllocator.h",
70        "SkRect.h",
71        "SkRefCnt.h",
72        "SkRegion.h",
73        "SkSamplingOptions.h",
74        "SkScalar.h",
75        "SkSerialProcs.h",
76        "SkShader.h",
77        "SkSize.h",
78        "SkSpan.h",
79        "SkStream.h",
80        "SkString.h",
81        "SkStringView.h",
82        "SkStrokeRec.h",
83        "SkSurface.h",
84        "SkSurfaceCharacterization.h",
85        "SkSurfaceProps.h",
86        "SkSwizzle.h",
87        "SkTextBlob.h",
88        "SkTileMode.h",
89        "SkTime.h",
90        "SkTraceMemoryDump.h",
91        "SkTypeface.h",
92        "SkTypes.h",
93        "SkUnPreMultiply.h",
94        "SkVertices.h",
95        "SkYUVAInfo.h",
96        "SkYUVAPixmaps.h",
97    ],
98)
99