From 7ab2cf90b617e25a2ae031fe12c22d71583eee48 Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Mon, 21 Sep 2009 16:01:32 +0000 Subject: #if 0 test code for blur, since it references a private header git-svn-id: http://skia.googlecode.com/svn/trunk@360 2bbb7eff-a529-9590-31e7-b0007b416f81 --- samplecode/SampleStrokePath.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'samplecode/SampleStrokePath.cpp') diff --git a/samplecode/SampleStrokePath.cpp b/samplecode/SampleStrokePath.cpp index 24ba918c17..6808556dec 100644 --- a/samplecode/SampleStrokePath.cpp +++ b/samplecode/SampleStrokePath.cpp @@ -6,8 +6,9 @@ #include "SkView.h" #include "SkBlurMaskFilter.h" -#include "SkBlurMask.h" +#if 0 +#include "SkBlurMask.h" static void test_blur() { uint8_t cell[9]; memset(cell, 0xFF, sizeof(cell)); @@ -39,6 +40,7 @@ static void test_blur() { } } } +#endif static void scale_to_width(SkPath* path, SkScalar dstWidth) { const SkRect& bounds = path->getBounds(); @@ -65,7 +67,7 @@ class StrokePathView : public SkView { SkPath fPath; public: StrokePathView() { - test_blur(); +// test_blur(); fWidth = SkIntToScalar(120); #if 0 -- cgit v1.2.3