Searched refs:debugMarkCollapsed (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.h | 186 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* , 188 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* , const SkOpPtT* test) const;
|
H A D | SkPathOpsDebug.cpp | 2074 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, const SkOpPtT* test) const { in debugMarkCollapsed() function in SkOpCoincidence 2091 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* test) const { in debugMarkCollapsed() function in SkOpCoincidence 2092 this->debugMarkCollapsed(log, fHead, test); in debugMarkCollapsed() 2093 this->debugMarkCollapsed(log, fTop, test); in debugMarkCollapsed() 2426 coins->debugMarkCollapsed(log, test); in debugCheckForCollapsedCoincidence()
|
Completed in 6 milliseconds