Searched refs:newWidth (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | tracedialog.cpp | 341 int newWidth = (int) (((double)width) * scaleFactor); local 344 preview->scale_simple(newWidth, newHeight,
|
/inkscape/src/widgets/ |
H A D | icon.cpp | 905 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 21 milliseconds