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

/inkscape/src/
H A Dsp-namedview.h57 int window_width; member in class:SPNamedView
H A Dsp-namedview.cpp77 this->window_width = 0;
425 this->window_width = value? atoi(value) : -1; // -1 means not set
785 bool new_document = (nv->window_width <= 0) || (nv->window_height <= 0);
798 gint w = MIN(gdk_screen_width(), nv->window_width);
/inkscape/src/ui/widget/
H A Dgimpspinscale.c478 gint window_width; local
543 window_width = gdk_window_get_width (event->window);
556 progress_x = window_width * progress_fraction;
563 progress_width = window_width - progress_x;
575 progress_width = window_width * progress_fraction;
586 cairo_rectangle (cr, 0, 0, window_width, window_height);

Completed in 21 milliseconds