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

/inkscape/src/widgets/
H A Deek-preview.cpp125 static GtkRequisition sizeThings[PREVIEW_SIZE_NEXTFREE]; variable
152 for ( i = 0; i < G_N_ELEMENTS(sizeThings); ++i ) {
153 guint val = smallest + ( (i * delta) / (G_N_ELEMENTS(sizeThings) - 1) );
154 sizeThings[i].width = val;
155 sizeThings[i].height = val;
179 width = sizeThings[priv->size].width;
180 height = sizeThings[priv->size].height;

Completed in 233 milliseconds