Searched refs:CmpBord (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A Dint-line.h74 static int CmpBord(void const *p1, void const *p2) { function in class:IntLigne
H A Dfloat-line.h99 static int CmpBord(float_ligne_bord const &d1, float_ligne_bord const &d2) { function in class:FloatLigne
H A Dfloat-line.cpp325 while ( c >= 0 && c < int(bords.size()) && CmpBord(bords[c], bords[no]) < 0 ) {
345 int stTst = CmpBord(bords[c], bords[no]);
360 while ( c >= 0 && c < int(bords.size()) && CmpBord(bords[c], bords[no]) > 0 ) {
381 while ( c >= 0 && c < int(bords.size()) && CmpBord(bords[c],bords[no]) < 0 ) {
450 // qsort(bords,bords.size(),sizeof(float_ligne_bord),FloatLigne::CmpBord);
H A Dint-line.cpp107 qsort(bords, nbBord, sizeof(int_ligne_bord), IntLigne::CmpBord);

Completed in 986 milliseconds