Searched refs:debugCorrectOneEnd (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.h36 void debugCorrectOneEnd(SkPathOpsDebug::GlitchLog* log,
H A DSkPathOpsDebug.cpp1418 void SkCoincidentSpans::debugCorrectOneEnd(SkPathOpsDebug::GlitchLog* log, function in class:SkCoincidentSpans
1437 this->debugCorrectOneEnd(log, &SkCoincidentSpans::coinPtTStart, nullptr);
1438 this->debugCorrectOneEnd(log, &SkCoincidentSpans::coinPtTEnd, nullptr);
1439 this->debugCorrectOneEnd(log, &SkCoincidentSpans::oppPtTStart, nullptr);
1440 this->debugCorrectOneEnd(log, &SkCoincidentSpans::oppPtTEnd, nullptr);

Completed in 35 milliseconds