Searched defs:old2new (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DTextWrapper.cpp688 unsigned *const old2new = g_new(unsigned, nbBound); local
690 old2new[bounds[new_ix].old_ix] = new_ix;
694 bounds[i].other = old2new[bounds[i].other];
697 g_free(old2new);

Completed in 16 milliseconds