Searched refs:debugAddEndMovedSpans (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpCoincidence.h | 159 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const; 276 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* , 278 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* ,
|
D | SkPathOpsDebug.cpp | 308 fCoincidence->debugAddEndMovedSpans(&glitches); in debugAddToCoinChangedDict() 1486 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, c… in debugAddEndMovedSpans() function in SkOpCoincidence 1560 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* ptT) con… in debugAddEndMovedSpans() function in SkOpCoincidence 1566 if (this->debugAddEndMovedSpans(log, base, base->prev()), false) { in debugAddEndMovedSpans() 1571 if (this->debugAddEndMovedSpans(log, base, base->next()), false) { in debugAddEndMovedSpans() 1587 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const { in debugAddEndMovedSpans() function in SkOpCoincidence 1601 if (this->debugAddEndMovedSpans(log, span->oppPtTStart()), false) { in debugAddEndMovedSpans() 1606 if (this->debugAddEndMovedSpans(log, span->coinPtTStart()), false) { in debugAddEndMovedSpans() 1616 if (this->debugAddEndMovedSpans(log, span->oppPtTEnd()), false) { in debugAddEndMovedSpans() 1621 if (this->debugAddEndMovedSpans(log, span->coinPtTEnd()), false) { in debugAddEndMovedSpans()
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.h | 159 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const; 276 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* , 278 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* ,
|
D | SkPathOpsDebug.cpp | 308 fCoincidence->debugAddEndMovedSpans(&glitches); in debugAddToCoinChangedDict() 1463 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, c… in debugAddEndMovedSpans() function in SkOpCoincidence 1537 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* ptT) con… 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(log, span->coinPtTEnd()), false) { in debugAddEndMovedSpans()
|