Searched refs:debugShowNewWinding (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.h165 void debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding);
166 void debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding, int oppWinding);
H A DSkOpSegment.cpp967 debugShowNewWinding(__FUNCTION__, span, span->windSum(), span->oppSum());
981 debugShowNewWinding(__FUNCTION__, span, winding);
995 debugShowNewWinding(__FUNCTION__, span, winding, oppWinding);
H A DSkPathOpsDebug.cpp1189 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding) { function in class:SkOpSegment
1212 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding, function in class:SkOpSegment

Completed in 47 milliseconds