Searched refs:cmp (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/2geom/
H A Dord.h57 inline Cmp cmp(T1 const &a, T2 const &b) { function in namespace:__anon4
/inkscape/share/extensions/
H A Dguillotine.py62 return cmp(float(a), float(b))
136 horizontals.sort(cmp=float_sort)
152 verticals.sort(cmp=float_sort)
H A Dvoronoi.py190 if (newsite and (priorityQ.isEmpty() or cmp(newsite,minpt) < 0)):
520 if(cmp(e1.reg[1],e2.reg[1]) < 0):
638 while((next is not None) and cmp(he,next) > 0):
H A Dpolyhedron_3d.py520 z_list.sort(lambda x, y: cmp(x[0],y[0])) #sort by ascending sort parameter of the face
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp598 int cmp = -1; local
602 cmp = strcmp(opTab[m].name, name);
603 if (cmp < 0)
605 else if (cmp > 0)
610 if (cmp != 0)

Completed in 27 milliseconds