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

/inkscape/src/ui/widget/
H A Dcolor-slider.cpp107 attributes.width = allocation.get_width();
147 _gdk_window->move_resize(allocation.get_x(), allocation.get_y(), allocation.get_width(),
212 cw = allocation.get_width() - 2 * cx;
264 cw = allocation.get_width() - 2 * cx;
330 cw = allocation.get_width() - 2 * cx;
405 style_context->render_frame(cr, 0, 0, allocation.get_width(), allocation.get_height());
408 "colorslider", 0, 0, allocation.get_width(), allocation.get_height());
428 carea.set_width(allocation.get_width() - 2 * carea.get_x());
433 gint d = (1024 << 16) / carea.get_width();
437 sp_color_slider_render_map(0, 0, carea.get_width(), care
[all...]
H A Ddock.cpp225 if (getWidget().get_width() < width)
226 parent_paned->set_position(parent_paned->get_width() - width);
H A Dcolor-preview.cpp104 warea.width = allocation.get_width();
H A Ddock-item.cpp142 width = get_vbox()->get_width();
396 _dock.toggleDockable(getWidget().get_width(), getWidget().get_height());
H A Dimageicon.cpp187 gint imgWidth = img->get_width();
H A Dpreferences-widget.cpp452 int w = window->get_width();
/inkscape/src/ui/dialog/
H A Docaldialogs.cpp309 set_size_request(allocation.get_width(), -1);
344 int width = get_allocation().get_width();
499 int width = get_allocation().get_width();
632 int width = get_allocation().get_width();
690 int width = get_allocation().get_width();
H A Dpixelartdialog.cpp386 if ( input.pixbuf->get_width() > 256
421 if ( input.pixbuf->get_width() > 256 || input.pixbuf->get_height() > 256 ) {
H A Dtracedialog.cpp335 int width = preview->get_width();
338 double scaleFX = vboxAlloc.get_width() / (double)width;
H A Dfiledialogimpl-gtkmm.cpp238 gint imgWidth = img->get_width();
H A Dfilter-effects-dialog.cpp2022 text_start_x = rct.get_x() + rct.get_width() - get_input_type_width() * FPInputConverter._length + 1;
2447 const int right_edge = vis_x + vis.get_width();
2503 const int sources_x = rct.get_width() - twidth * FPInputConverter._length;
H A Dfiledialogimpl-win32.cpp1149 _preview_image_width = _preview_bitmap_image->get_width();
/inkscape/src/ui/
H A Duxmanager.cpp153 int width = defaultScreen->get_width();
H A Dpreviewholder.cpp298 // g_message( "on_size_allocate(%d, %d) (%d, %d)", allocation.get_x(), allocation.get_y(), allocation.get_width(), allocation.get_height() );
310 gint delta = allocation.get_width() - req.width;
357 int currW = _scroller->get_width();
/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h281 _width(pixbuf->get_width()),
/inkscape/src/trace/
H A Dtrace.cpp483 double iwidth = (double)pixbuf->get_width();
/inkscape/src/ui/tool/
H A Dcontrol-point.cpp79 "anchor", (SPAnchorType) anchor, "size", (gdouble) pixbuf->get_width(),
/inkscape/share/extensions/
H A Dsynfig_output.py81 def get_width(self): function
102 width = property(get_width, set_width)
/inkscape/src/ui/tools/
H A Dspray-tool.cpp366 static double get_width(SprayTool *tc) function in namespace:Inkscape::UI::Tools
374 return 250 * get_width(tc)/SP_EVENT_CONTEXT(tc)->desktop->current_zoom();

Completed in 73 milliseconds