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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp341 int newWidth = (int) (((double)width) * scaleFactor); local
344 preview->scale_simple(newWidth, newHeight,
/inkscape/src/widgets/
H A Dicon.cpp905 gint newWidth = ((width * 3) / 4); local
907 GtkIconSize newSizeEnum = gtk_icon_size_register( "inkscape-decoration", newWidth, newHeight );
910 g_message("Registered (%d, %d) <= (%d, %d) as index %d", newWidth, newHeight, width, height, newSizeEnum);

Completed in 29 milliseconds