Home
last modified time | relevance | path

Searched refs:debugAddOpp (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.h54 void debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const;
229 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const;
DSkPathOpsDebug.cpp1025 oppTest->debugAddOpp(glitches, oppSpan); in debugMoveMultiples()
1798 if (cs && os) cs->span()->debugAddOpp(log, os->span()); in debugAddOrOverlap()
1808 if (ce && oe) ce->span()->debugAddOpp(log, oe->span()); in debugAddOrOverlap()
2380 void SkOpSpanBase::debugAddOpp(SkPathOpsDebug::GlitchLog* log, const SkOpSpanBase* opp) const { in debugAddOpp() function in SkOpSpanBase
2386 this->ptT()->debugAddOpp(opp->ptT(), oppPrev); in debugAddOpp()
2675 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { in debugAddOpp() function in SkOpPtT