| 1321 | |
| 1322 | |
| 1323 | inline bool ClipperBase::PopHorz(Active*& e) |
| 1324 | { |
| 1325 | e = sel_; |
| 1326 | if (!e) return false; |
| 1327 | sel_ = sel_->next_in_sel; |
| 1328 | return true; |
| 1329 | } |
| 1330 | |
| 1331 | |
| 1332 | OutPt* ClipperBase::AddLocalMinPoly(Active& e1, Active& e2, |
nothing calls this directly
no outgoing calls
no test coverage detected