Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpCoincidence.h186 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* ,
188 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* , const SkOpPtT* test) const;
H A DSkPathOpsDebug.cpp2074 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