Lines Matching defs:pending
405 * of which there are "pending".
407 float FloatLigne::RemainingValAt(float at, int pending)
423 for (int i=0; i < pending; i++) {
460 int pending = 0;
482 // we need to remove the boundary that started this coverage portion for the pending list
486 if ( k >= 0 && k < pending ) {
488 bords[k].pend_ind = bords[pending - 1].pend_ind;
494 // one less portion pending
495 pending--;
506 bords[pending].pend_ind=i;
507 bords[i].pend_inv=pending;
509 pending++;
527 if ( pending > 0 ) {
532 totStart = RemainingValAt(cur, pending);