Searched refs:addOpp (Results 1 – 14 of 14) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpSpan.h | 34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp() function 181 void addOpp(SkOpSpanBase* opp);
|
D | SkOpSpan.cpp | 153 void SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp() function in SkOpSpanBase 159 this->ptT()->addOpp(opp->ptT(), oppPrev); in addOpp()
|
D | SkOpCoincidence.cpp | 319 oppStart->span()->addOpp(writableBase); in addEndMovedSpans() 723 csWritable->span()->addOpp(osWritable->span()); in addOrOverlap() 733 ceWritable->span()->addOpp(oeWritable->span()); in addOrOverlap()
|
D | SkOpSegment.h | 269 fTail.ptT()->addOpp(start->fHead.ptT(), start->fHead.ptT()); in joinEnds()
|
D | SkAddIntersections.cpp | 527 testTAt->addOpp(nextTAt, oppPrev); in AddIntersectTs()
|
D | SkOpSegment.cpp | 241 writableTest->ptT()->addOpp(newPtT, oppPrev); in addExpanded() 1290 oppTest->addOpp(oppSpan); in moveMultiples()
|
D | SkPathOpsDebug.cpp | 1523 oppStart->span()->addOpp(writableBase); in debugAddEndMovedSpans()
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp() function 181 void addOpp(SkOpSpanBase* opp);
|
D | SkOpSpan.cpp | 153 void SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp() function in SkOpSpanBase 159 this->ptT()->addOpp(opp->ptT(), oppPrev); in addOpp()
|
D | SkOpCoincidence.cpp | 319 oppStart->span()->addOpp(writableBase); in addEndMovedSpans() 723 csWritable->span()->addOpp(osWritable->span()); in addOrOverlap() 733 ceWritable->span()->addOpp(oeWritable->span()); in addOrOverlap()
|
D | SkOpSegment.h | 269 fTail.ptT()->addOpp(start->fHead.ptT(), start->fHead.ptT()); in joinEnds()
|
D | SkAddIntersections.cpp | 527 testTAt->addOpp(nextTAt, oppPrev); in AddIntersectTs()
|
D | SkOpSegment.cpp | 241 writableTest->ptT()->addOpp(newPtT, oppPrev); in addExpanded() 1290 oppTest->addOpp(oppSpan); in moveMultiples()
|
D | SkPathOpsDebug.cpp | 1523 oppStart->span()->addOpp(writableBase); in debugAddEndMovedSpans()
|