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 186 bool addOpp(SkOpSpanBase* opp);
|
D | SkOpSpan.cpp | 152 bool SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp() function in SkOpSpanBase 158 this->ptT()->addOpp(opp->ptT(), oppPrev); in addOpp()
|
D | SkOpCoincidence.cpp | 324 oppStart->span()->addOpp(writableBase); in addEndMovedSpans() 734 csWritable->span()->addOpp(osWritable->span()); in addOrOverlap() 745 FAIL_IF(!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 | 529 testTAt->addOpp(nextTAt, oppPrev); in AddIntersectTs()
|
D | SkOpSegment.cpp | 246 writableTest->ptT()->addOpp(newPtT, oppPrev); in addExpanded() 1348 oppTest->addOpp(oppSpan); in moveMultiples()
|
D | SkPathOpsDebug.cpp | 1525 oppStart->span()->addOpp(writableBase); in debugAddEndMovedSpans()
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp() function 186 bool addOpp(SkOpSpanBase* opp);
|
D | SkOpSpan.cpp | 152 bool SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp() function in SkOpSpanBase 158 this->ptT()->addOpp(opp->ptT(), oppPrev); in addOpp()
|
D | SkOpCoincidence.cpp | 324 oppStart->span()->addOpp(writableBase); in addEndMovedSpans() 734 csWritable->span()->addOpp(osWritable->span()); in addOrOverlap() 745 FAIL_IF(!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 | 529 testTAt->addOpp(nextTAt, oppPrev); in AddIntersectTs()
|
D | SkOpSegment.cpp | 246 writableTest->ptT()->addOpp(newPtT, oppPrev); in addExpanded() 1348 oppTest->addOpp(oppSpan); in moveMultiples()
|
D | SkPathOpsDebug.cpp | 1502 oppStart->span()->addOpp(writableBase); in debugAddEndMovedSpans()
|