blob: ac9743699a0492a6e9fae27700eab94c815ba2f2 [file] [log] [blame]
caryclark@google.comcd4421d2012-03-01 19:16:31 +00001
2
caryclark@google.comd88e0892012-03-27 13:23:51 +00003#include "ShapeOps.h"
caryclark@google.comcd4421d2012-03-01 19:16:31 +00004
caryclark@google.com2e7f4c82012-03-20 21:11:59 +00005extern bool comparePaths(const SkPath& one, const SkPath& two);
caryclark@google.comcd4421d2012-03-01 19:16:31 +00006extern void comparePathsTiny(const SkPath& one, const SkPath& two);
caryclark@google.com752b60e2012-03-22 21:11:17 +00007extern bool drawAsciiPaths(const SkPath& one, const SkPath& two,
caryclark@google.com2e7f4c82012-03-20 21:11:59 +00008 bool drawPaths);
caryclark@google.com2e7f4c82012-03-20 21:11:59 +00009extern void showPath(const SkPath& path, const char* str = NULL);
10extern bool testSimplify(const SkPath& path, bool fill, SkPath& out);