Searched refs:debugRelease (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpCoincidence.h | 200 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkCoincidentSpans* , 202 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkOpSegment* ) const;
|
D | SkPathOpsDebug.cpp | 813 this->globalState()->coincidence()->debugRelease(glitches, this); in debugClearAll() 1797 if (!fHead) { this->debugRelease(log, fHead, test); in debugAddOrOverlap() 1798 this->debugRelease(log, fTop, test); in debugAddOrOverlap() 1982 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, c… in debugRelease() function in SkOpCoincidence 2003 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* deleted) cons… in debugRelease() function in SkOpCoincidence 2107 this->debugRelease(log, head, coin); in debugMarkCollapsed()
|
/external/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()
|