Searched refs:debugRelease (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.h | 200 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkCoincidentSpans* , 202 void debugRelease(SkPathOpsDebug::GlitchLog* , const SkOpSegment* ) const;
|
H A 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, const SkCoincidentSpans* remove) const { in debugRelease() function in SkOpCoincidence 1980 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* deleted) const { in debugRelease() function in SkOpCoincidence 2084 this->debugRelease(log, head, coin); in debugMarkCollapsed()
|
Completed in 7 milliseconds