Searched refs:debugRelease (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 200 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkCoincidentSpans* , 202 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkOpSegment* ) const;
|
D | SkPathOpsDebug.cpp | 790 this->globalState()->coincidence()->debugRelease(glitches, this); in debugClearAll() 1774 if (!fHead) { this->debugRelease(log, fHead, test); in debugAddOrOverlap() 1775 this->debugRelease(log, fTop, test); in debugAddOrOverlap() 1959 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, c… in debugRelease() function in SkOpCoincidence 1980 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* deleted) cons… in debugRelease() function in SkOpCoincidence 2084 this->debugRelease(log, head, coin); in debugMarkCollapsed()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.h | 200 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkCoincidentSpans* , 202 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkOpSegment* ) const;
|
D | SkPathOpsDebug.cpp | 812 this->globalState()->coincidence()->debugRelease(glitches, this); in debugClearAll() 1796 if (!fHead) { this->debugRelease(log, fHead, test); in debugAddOrOverlap() 1797 this->debugRelease(log, fTop, test); in debugAddOrOverlap() 1981 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, c… in debugRelease() function in SkOpCoincidence 2002 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* deleted) cons… in debugRelease() function in SkOpCoincidence 2106 this->debugRelease(log, head, coin); in debugMarkCollapsed()
|