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

/external/skia/src/pathops/
H A DSkOpSpan.h33 // please keep in sync with debugAddOpp()
54 void debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const;
224 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const;
H A DSkPathOpsDebug.cpp1045 oppTest->debugAddOpp(glitches, oppSpan);
1827 if (cs && os) cs->span()->debugAddOpp(log, os->span());
1837 if (ce && oe) ce->span()->debugAddOpp(log, oe->span());
2411 void SkOpSpanBase::debugAddOpp(SkPathOpsDebug::GlitchLog* log, const SkOpSpanBase* opp) const { function in class:SkOpSpanBase
2417 this->ptT()->debugAddOpp(opp->ptT(), oppPrev);
2710 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { function in class:SkOpPtT

Completed in 36 milliseconds