Home
last modified time | relevance | path

Searched refs:debugMarkCollapsed (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/pathops/
DSkOpCoincidence.h186 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* ,
188 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* , const SkOpPtT* test) const;
DSkPathOpsDebug.cpp2097 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* c… in debugMarkCollapsed() function in SkOpCoincidence
2114 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* test) const… in debugMarkCollapsed() function in SkOpCoincidence
2115 this->debugMarkCollapsed(log, fHead, test); in debugMarkCollapsed()
2116 this->debugMarkCollapsed(log, fTop, test); in debugMarkCollapsed()
2449 coins->debugMarkCollapsed(log, test); in debugCheckForCollapsedCoincidence()
/external/skia/src/pathops/
DSkOpCoincidence.h186 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* ,
188 void debugMarkCollapsed(SkPathOpsDebug::GlitchLog* , const SkOpPtT* test) const;
DSkPathOpsDebug.cpp2074 void SkOpCoincidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* c… 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()