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

/inkscape/src/livarot/
H A Dfloat-line.h45 int pend_ind; ///< bords[i].pend_ind is the index of the float_ligne_bord that is the start of the member in struct:float_ligne_bord
47 int pend_inv; ///< inverse of pend_ind, for faster handling of insertion/removal in the "pending" array
H A Dfloat-line.cpp424 int const nn = bords[i].pend_ind;
438 * allocating another array, it uses a field in float_ligne_bord: pend_ind.
487 // and update the pend_ind array and its inverse pend_inv
488 bords[k].pend_ind = bords[pending - 1].pend_ind;
489 bords[bords[k].pend_ind].pend_inv = k;
506 bords[pending].pend_ind=i;

Completed in 915 milliseconds