Searched refs:get_width (Results 1 - 19 of 19) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | color-slider.cpp | 107 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 D | dock.cpp | 225 if (getWidget().get_width() < width) 226 parent_paned->set_position(parent_paned->get_width() - width);
|
H A D | color-preview.cpp | 104 warea.width = allocation.get_width();
|
H A D | dock-item.cpp | 142 width = get_vbox()->get_width(); 396 _dock.toggleDockable(getWidget().get_width(), getWidget().get_height());
|
H A D | imageicon.cpp | 187 gint imgWidth = img->get_width();
|
H A D | preferences-widget.cpp | 452 int w = window->get_width();
|
/inkscape/src/ui/dialog/ |
H A D | ocaldialogs.cpp | 309 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 D | pixelartdialog.cpp | 386 if ( input.pixbuf->get_width() > 256 421 if ( input.pixbuf->get_width() > 256 || input.pixbuf->get_height() > 256 ) {
|
H A D | tracedialog.cpp | 335 int width = preview->get_width(); 338 double scaleFX = vboxAlloc.get_width() / (double)width;
|
H A D | filedialogimpl-gtkmm.cpp | 238 gint imgWidth = img->get_width();
|
H A D | filter-effects-dialog.cpp | 2022 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 D | filedialogimpl-win32.cpp | 1149 _preview_image_width = _preview_bitmap_image->get_width();
|
/inkscape/src/ui/ |
H A D | uxmanager.cpp | 153 int width = defaultScreen->get_width();
|
H A D | previewholder.cpp | 298 // 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 D | pixelgraph.h | 281 _width(pixbuf->get_width()),
|
/inkscape/src/trace/ |
H A D | trace.cpp | 483 double iwidth = (double)pixbuf->get_width();
|
/inkscape/src/ui/tool/ |
H A D | control-point.cpp | 79 "anchor", (SPAnchorType) anchor, "size", (gdouble) pixbuf->get_width(),
|
/inkscape/share/extensions/ |
H A D | synfig_output.py | 81 def get_width(self): function 102 width = property(get_width, set_width)
|
/inkscape/src/ui/tools/ |
H A D | spray-tool.cpp | 366 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