aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleFatBits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleFatBits.cpp')
-rw-r--r--samplecode/SampleFatBits.cpp22
1 files changed, 16 insertions, 6 deletions
diff --git a/samplecode/SampleFatBits.cpp b/samplecode/SampleFatBits.cpp
index e85c87bc66..2074856fcb 100644
--- a/samplecode/SampleFatBits.cpp
+++ b/samplecode/SampleFatBits.cpp
@@ -5,18 +5,28 @@
* found in the LICENSE file.
*/
-#include "sk_tool_utils.h"
#include "SampleCode.h"
-#include "SkView.h"
+#include "SkBlendMode.h"
#include "SkCanvas.h"
+#include "SkClipOpPriv.h"
+#include "SkColor.h"
+#include "SkImageInfo.h"
+#include "SkMatrix.h"
+#include "SkPaint.h"
#include "SkPath.h"
+#include "SkPoint.h"
#include "SkPointPriv.h"
-#include "SkRegion.h"
+#include "SkRect.h"
+#include "SkRefCnt.h"
+#include "SkScalar.h"
#include "SkShader.h"
-#include "SkUtils.h"
-#include "SkImage.h"
+#include "SkString.h"
#include "SkSurface.h"
-#include "SkClipOpPriv.h"
+#include "SkTypes.h"
+#include "SkView.h"
+#include "sk_tool_utils.h"
+
+class SkEvent;
#define FAT_PIXEL_COLOR SK_ColorBLACK
#define PIXEL_CENTER_SIZE 3