Searched refs:ctrl (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/display/ |
H A D | sodipodi-ctrl.cpp | 11 #include "sodipodi-ctrl.h" 77 SPCtrl *ctrl; local 81 ctrl = SP_CTRL (object); 85 ctrl->shape = (SPCtrlShapeType) g_value_get_int(value); 88 ctrl->mode = (SPCtrlModeType) g_value_get_int(value); 91 ctrl->anchor = (SPAnchorType) g_value_get_int(value); 94 ctrl->width = (gint)(g_value_get_double(value) / 2.0); 95 ctrl->height = ctrl->width; 96 ctrl 133 SPCtrl *ctrl; local 181 sp_ctrl_init(SPCtrl *ctrl) argument 208 SPCtrl *ctrl = SP_CTRL (object); local 222 SPCtrl *ctrl; local 286 SPCtrl *ctrl = SP_CTRL (item); local 295 sp_ctrl_build_cache(SPCtrl *ctrl) argument 494 SPCtrl *ctrl = SP_CTRL (item); local [all...] |
H A D | canvas-arena.cpp | 301 bool ctrl = (event->scroll.state & GDK_CONTROL_MASK); local 302 if ((ctrl && !wheelzooms) || (!ctrl && wheelzooms)) {
|
/inkscape/src/ui/ |
H A D | draw-anchor.cpp | 20 #include "display/sodipodi-ctrl.h" 47 a->ctrl = ControlManager::getManager().createControl(dc->getDesktop().getControls(), Inkscape::CTRL_TYPE_ANCHOR); 49 SP_CTRL(a->ctrl)->moveto(delta); 51 ControlManager::getManager().track(a->ctrl); 64 if (anchor->ctrl) { 65 sp_canvas_item_destroy(anchor->ctrl); 77 SPCtrl *ctrl = SP_CTRL(anchor->ctrl); local 79 if ( activate && ( Geom::LInfty( w - anchor->dc->getDesktop().d2w(anchor->dp) ) <= (ctrl->box.width() / 2.0) ) ) { 81 ControlManager::getManager().setControlResize(anchor->ctrl, [all...] |
H A D | draw-anchor.h | 31 SPCanvasItem *ctrl; member in struct:SPDrawAnchor
|
/inkscape/share/extensions/ |
H A D | radiusrand.py | 43 self.OptionParser.add_option("-c", "--ctrl", 45 dest="ctrl", default=True, 75 if self.options.ctrl:
|
/inkscape/src/ui/tools/ |
H A D | tool-base.cpp | 769 bool ctrl = (event->scroll.state & GDK_CONTROL_MASK); local 796 /* ctrl + wheel, zoom in--out */ 797 } else if ((ctrl && !wheelzooms) || (!ctrl && wheelzooms)) { 1107 bool ctrl = ctrl_tip && (MOD__CTRL(event) || (keyval == GDK_KEY_Control_L) || (keyval local 1114 gchar *tip = g_strdup_printf("%s%s%s%s%s", (ctrl ? ctrl_tip : ""), (ctrl 1115 && (shift || alt) ? "; " : ""), (shift ? shift_tip : ""), ((ctrl
|
H A D | pen-tool.cpp | 42 #include "display/sodipodi-ctrl.h" 887 SP_CTRL(this->green_anchor->ctrl)->moveto(this->green_anchor->dp); 1083 if (!MOD__CTRL(event)) { // not ctrl 1105 if (!MOD__CTRL(event)) { // not ctrl 1127 if (!MOD__CTRL(event)) { // not ctrl 1149 if (!MOD__CTRL(event)) { // not ctrl
|
Completed in 1087 milliseconds