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

/inkscape/src/ui/widget/
H A Dgimpspinscale.c484 gint progress_width; local
560 progress_width = text_area.width - progress_x;
563 progress_width = window_width - progress_x;
572 progress_width = text_area.width * progress_fraction;
575 progress_width = window_width * progress_fraction;
589 progress_width, progress_height);
604 progress_width, progress_height);

Completed in 16 milliseconds