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

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

Completed in 77 milliseconds