Index: src/pathops/SkPathOpsCommon.h |
diff --git a/src/pathops/SkPathOpsCommon.h b/src/pathops/SkPathOpsCommon.h |
index 25faf8223eb2ba2839062df8c4a568a5a77cef3a..b7fbf38b3ddbccb567aef076d7dfcf40f0d8123e 100644 |
--- a/src/pathops/SkPathOpsCommon.h |
+++ b/src/pathops/SkPathOpsCommon.h |
@@ -14,12 +14,14 @@ class SkOpCoincidence; |
class SkOpContour; |
class SkPathWriter; |
+const SkOpAngle* AngleWinding(SkOpSpanBase* start, SkOpSpanBase* end, int* windingPtr, |
+ bool* sortable); |
void Assemble(const SkPathWriter& path, SkPathWriter* simple); |
SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr, |
SkOpSpanBase** endPtr); |
SkOpSpan* FindSortableTop(SkOpContourHead* ); |
SkOpSegment* FindUndone(SkOpContourHead* , SkOpSpanBase** startPtr, |
- SkOpSpanBase** endPtr); |
+ SkOpSpanBase** endPtr); |
bool SortContourList(SkOpContourHead** , bool evenOdd, bool oppEvenOdd); |
bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* ); |
bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, bool expectSuccess); |