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

/inkscape/src/widgets/
H A Deek-preview.cpp131 gint smallest = 512; local
139 if ( width < smallest ) {
140 smallest = width;
148 smallest = (smallest * 3) / 4;
150 delta = largest - smallest;
153 guint val = smallest + ( (i * delta) / (G_N_ELEMENTS(sizeThings) - 1) );

Completed in 16 milliseconds