Home
last modified time | relevance | path

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

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