EdgeWalker_Test.h revision 198e054b33051a6cd5f606ccbc8d539cefc5631f
1
2
3#include "ShapeOps.h"
4
5class SkBitmap;
6class SkCanvas;
7
8//extern int comparePaths(const SkPath& one, const SkPath& two);
9extern void comparePathsTiny(const SkPath& one, const SkPath& two);
10extern bool drawAsciiPaths(const SkPath& one, const SkPath& two,
11        bool drawPaths);
12extern void showPath(const SkPath& path, const char* str = NULL);
13extern bool testSimplify(const SkPath& path, bool fill, SkPath& out,
14        SkBitmap& bitmap, SkCanvas* canvas = 0);
15