Searched refs:debugAddEndMovedSpans (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.h | 159 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const; 276 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* , 278 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* ,
|
H A D | SkPathOpsDebug.cpp | 308 fCoincidence->debugAddEndMovedSpans(&glitches); in debugAddToCoinChangedDict() 1463 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, const SkOpSpanBase* testSpan) const { in debugAddEndMovedSpans() function in SkOpCoincidence 1537 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* ptT) const { in debugAddEndMovedSpans() function in SkOpCoincidence 1543 if (this->debugAddEndMovedSpans(log, base, base->prev()), false) { in debugAddEndMovedSpans() 1548 if (this->debugAddEndMovedSpans(log, base, base->next()), false) { in debugAddEndMovedSpans() 1564 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const { in debugAddEndMovedSpans() function in SkOpCoincidence 1578 if (this->debugAddEndMovedSpans(log, span->oppPtTStart()), false) { in debugAddEndMovedSpans() 1583 if (this->debugAddEndMovedSpans(log, span->coinPtTStart()), false) { in debugAddEndMovedSpans() 1593 if (this->debugAddEndMovedSpans(log, span->oppPtTEnd()), false) { in debugAddEndMovedSpans() 1598 if (this->debugAddEndMovedSpans(lo in debugAddEndMovedSpans() [all...] |
Completed in 5 milliseconds