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;
224 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const;
DSkPathOpsDebug.cpp1045 oppTest->debugAddOpp(glitches, oppSpan); in debugMoveMultiples()
1827 if (cs && os) cs->span()->debugAddOpp(log, os->span()); in debugAddOrOverlap()
1837 if (ce && oe) ce->span()->debugAddOpp(log, oe->span()); in debugAddOrOverlap()
2411 void SkOpSpanBase::debugAddOpp(SkPathOpsDebug::GlitchLog* log, const SkOpSpanBase* opp) const { in debugAddOpp() function in SkOpSpanBase
2417 this->ptT()->debugAddOpp(opp->ptT(), oppPrev); in debugAddOpp()
2710 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { in debugAddOpp() function in SkOpPtT