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

/external/skia/src/pathops/
H A DSkOpCoincidence.h186 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* ,
188 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* , const SkOpPtT* test) const;
H A DSkPathOpsDebug.cpp2088 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, const SkOpPtT* test) const { function in class:SkOpCoincidence
2105 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* test) const { function in class:SkOpCoincidence
2106 this->debugMarkCollapsed(log, fHead, test);
2107 this->debugMarkCollapsed(log, fTop, test);
2436 coins->debugMarkCollapsed(log, test);

Completed in 75 milliseconds