Searched refs:pend_inv (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A Dfloat-line.h47 int pend_inv; ///< inverse of pend_ind, for faster handling of insertion/removal in the "pending" array member in struct:float_ligne_bord
H A Dfloat-line.cpp484 // so we use the pend_inv "array"
485 int const k = bords[bords[i].other].pend_inv;
487 // and update the pend_ind array and its inverse pend_inv
489 bords[bords[k].pend_ind].pend_inv = k;
507 bords[i].pend_inv=pending;

Completed in 58 milliseconds