shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeWalker_TestUtility.cpp b/experimental/Intersection/EdgeWalker_TestUtility.cpp
index 8a9bcd1..2a29648 100644
--- a/experimental/Intersection/EdgeWalker_TestUtility.cpp
+++ b/experimental/Intersection/EdgeWalker_TestUtility.cpp
@@ -10,7 +10,7 @@
static bool gShowPath = false;
static bool gComparePaths = true;
-static bool gDrawLastAsciiPaths = true;
+//static bool gDrawLastAsciiPaths = true;
static bool gDrawAllAsciiPaths = false;
static bool gShowAsciiPaths = false;
static bool gComparePathsAssert = true;
@@ -92,9 +92,6 @@
return errors;
}
-void bitmapInit(SkBitmap& bits) {
-}
-
bool drawAsciiPaths(const SkPath& one, const SkPath& two,
bool drawPaths) {
if (!drawPaths) {
@@ -149,7 +146,8 @@
}
static int scaledDrawTheSame(const SkPath& one, const SkPath& two,
- int a, int b, bool drawPaths, SkBitmap& bitmap, SkCanvas* canvas) {
+ SkScalar a, SkScalar b, bool drawPaths, SkBitmap& bitmap,
+ SkCanvas* canvas) {
SkMatrix scale;
scale.reset();
float aScale = 1.21f;