Searched refs:PopScanbeam (Results 1 – 2 of 2) sorted by relevance
235 bool PopScanbeam(cInt &Y);
1341 bool ClipperBase::PopScanbeam(cInt &Y) in PopScanbeam() function in QtClipperLib::ClipperBase1570 if (!PopScanbeam(botY)) return false; in ExecuteInternal()1572 while (PopScanbeam(topY) || LocalMinimaPending()) in ExecuteInternal()