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

/inkscape/src/livarot/
H A Dfloat-line.cpp77 InsertBord(n, spos, guess);
90 InsertBord(n, epos, n - 1);
139 InsertBord(n - 1, spos, guess);
140 InsertBord(n, epos, n - 1);
217 InsertBord(n, epos, guess);
218 InsertBord(n - 1, spos, n);
309 void FloatLigne::InsertBord(int no, float /*p*/, int guess) function in class:FloatLigne

Completed in 266 milliseconds