Searched refs:botY (Results 1 – 2 of 2) sorted by relevance
309 void InsertLocalMinimaIntoAEL(const cInt botY);
1569 cInt botY, topY; in ExecuteInternal() local1570 if (!PopScanbeam(botY)) return false; in ExecuteInternal()1571 InsertLocalMinimaIntoAEL(botY); in ExecuteInternal()1582 botY = topY; in ExecuteInternal()1583 InsertLocalMinimaIntoAEL(botY); in ExecuteInternal()1978 void Clipper::InsertLocalMinimaIntoAEL(const cInt botY) in InsertLocalMinimaIntoAEL() argument1981 while (PopLocalMinima(botY, lm)) in InsertLocalMinimaIntoAEL()