#include "SkPath.h" void contourBounds(const SkPath& path, SkTDArray& boundsArray); void simplify(const SkPath& path, bool asFill, SkPath& simple); extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete