Home
last modified time | relevance | path

Searched refs:debugRelease (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.h200 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkCoincidentSpans* ,
202 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkOpSegment* ) const;
DSkPathOpsDebug.cpp813 this->globalState()->coincidence()->debugRelease(glitches, this); in debugClearAll()
1790 if (!fHead) { this->debugRelease(log, fHead, test); in debugAddOrOverlap()
1791 this->debugRelease(log, fTop, test); in debugAddOrOverlap()
1974 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, c… in debugRelease() function in SkOpCoincidence
1995 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* deleted) cons… in debugRelease() function in SkOpCoincidence
2098 this->debugRelease(log, head, coin); in debugMarkCollapsed()