Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpSpan.h54 void debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const;
229 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const;
DSkPathOpsDebug.cpp1047 oppTest->debugAddOpp(glitches, oppSpan); in debugMoveMultiples()
1834 if (cs && os) cs->span()->debugAddOpp(log, os->span()); in debugAddOrOverlap()
1844 if (ce && oe) ce->span()->debugAddOpp(log, oe->span()); in debugAddOrOverlap()
2424 void SkOpSpanBase::debugAddOpp(SkPathOpsDebug::GlitchLog* log, const SkOpSpanBase* opp) const { in debugAddOpp() function in SkOpSpanBase
2430 this->ptT()->debugAddOpp(opp->ptT(), oppPrev); in debugAddOpp()
2723 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { in debugAddOpp() function in SkOpPtT
/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.cpp1024 oppTest->debugAddOpp(glitches, oppSpan); in debugMoveMultiples()
1811 if (cs && os) cs->span()->debugAddOpp(log, os->span()); in debugAddOrOverlap()
1821 if (ce && oe) ce->span()->debugAddOpp(log, oe->span()); in debugAddOrOverlap()
2401 void SkOpSpanBase::debugAddOpp(SkPathOpsDebug::GlitchLog* log, const SkOpSpanBase* opp) const { in debugAddOpp() function in SkOpSpanBase
2407 this->ptT()->debugAddOpp(opp->ptT(), oppPrev); in debugAddOpp()
2700 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { in debugAddOpp() function in SkOpPtT