Searched defs:debugAddEndMovedSpans (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp308 fCoincidence->debugAddEndMovedSpans(&glitches);
1484 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, const SkOpSpanBase* testSpan) const { function in class:SkOpCoincidence
1556 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* ptT) const { function in class:SkOpCoincidence
1562 if (this->debugAddEndMovedSpans(log, base, base->prev()), false) {
1567 if (this->debugAddEndMovedSpans(log, base, base->next()), false) {
1583 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const { function in class:SkOpCoincidence
1597 if (this->debugAddEndMovedSpans(log, span->oppPtTStart()), false) {
1602 if (this->debugAddEndMovedSpans(log, span->coinPtTStart()), false) {
1612 if (this->debugAddEndMovedSpans(log, span->oppPtTEnd()), false) {
1617 if (this->debugAddEndMovedSpans(lo
[all...]

Completed in 66 milliseconds