/inkscape/src/ |
H A D | knot.cpp | 269 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(knot->desktop->event_context); local 270 nt->update_helperpath(); 305 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(knot->desktop->event_context); local 306 nt->update_helperpath();
|
H A D | desktop.cpp | 924 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(event_context); local 925 if (!nt->_selected_nodes->empty()) { 926 Geom::Rect nodes = *nt->_selected_nodes->bounds();
|
H A D | selection-chemistry.cpp | 153 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local 154 if (!nt->_multipath->empty()) { 155 nt->_multipath->selectSubpaths(); 165 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local 166 nt->_selected_nodes->selectAll(); 174 NodeTool *nt = NULL; local 176 nt = static_cast<NodeTool*>(dt->event_context); 179 if (nt && !nt->_selected_nodes->empty()) { 180 nt 217 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local 227 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local 238 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local 249 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local 263 NodeTool *nt = static_cast<NodeTool*>(dt->event_context); local [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-simplify.cpp | 153 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(desktop->event_context); local 154 nt->update_helperpath();
|
/inkscape/src/2geom/ |
H A D | basic-intersection.cpp | 304 double nt = t - soln[1]; local 307 bs = B.valueAndDerivatives(nt, 2); 316 t = nt;
|
H A D | path-intersection.cpp | 181 double nt = t - soln[1]; local 185 if (nt<0) nt=0; 186 else if (nt>1) nt=1; 189 bs = B.pointAndDerivatives(nt, 2); 197 t = nt;
|
/inkscape/src/live_effects/parameter/ |
H A D | path.cpp | 217 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(dt->event_context); local 230 nt->_multipath->setItems(shapes);
|
/inkscape/src/ui/tools/ |
H A D | node-tool.cpp | 369 void gather_items(NodeTool *nt, SPItem *base, SPObject *obj, Inkscape::UI::ShapeRole role, argument 387 gather_items(nt, base, c, role, s); 399 if (nt->edit_clipping_paths && item->clip_ref) { 400 gather_items(nt, item, item->clip_ref->getObject(), SHAPE_ROLE_CLIPPING_PATH, s); 403 if (nt->edit_masks && item->mask_ref) { 404 gather_items(nt, item, item->mask_ref->getObject(), SHAPE_ROLE_MASK, s); 509 //ink_node_tool_update_tip(nt, event); 566 //ink_node_tool_update_tip(nt, event); 575 //ink_node_tool_update_tip(nt, event); 593 //ink_node_tool_update_tip(nt, even [all...] |
/inkscape/src/widgets/ |
H A D | node-toolbar.cpp | 82 NodeTool *nt = get_node_tool(); local 83 if (nt) { 84 nt->_multipath->insertNodes(); 90 NodeTool *nt = get_node_tool(); local 91 if (nt) { 92 nt->_multipath->insertNodesAtExtrema(Inkscape::UI::PointManipulator::EXTR_MIN_X); 97 NodeTool *nt = get_node_tool(); local 98 if (nt) { 99 nt->_multipath->insertNodesAtExtrema(Inkscape::UI::PointManipulator::EXTR_MAX_X); 104 NodeTool *nt local 111 NodeTool *nt = get_node_tool(); local 119 NodeTool *nt = get_node_tool(); local 128 NodeTool *nt = get_node_tool(); local 136 NodeTool *nt = get_node_tool(); local 144 NodeTool *nt = get_node_tool(); local 152 NodeTool *nt = get_node_tool(); local 160 NodeTool *nt = get_node_tool(); local 168 NodeTool *nt = get_node_tool(); local 176 NodeTool *nt = get_node_tool(); local 184 NodeTool *nt = get_node_tool(); local 192 NodeTool *nt = get_node_tool(); local 200 NodeTool *nt = get_node_tool(); local 233 NodeTool *nt = get_node_tool(); local 280 NodeTool *nt = get_node_tool(); local [all...] |
/inkscape/src/livarot/ |
H A D | Path.cpp | 558 int nt = descr_cmd[bez_st]->getType(); local 559 if (nt == descr_bezierto) 656 int nt = descr_cmd[bez_st]->getType(); local 657 if (nt == descr_bezierto) break;
|
/inkscape/src/ui/tool/ |
H A D | transform-handle-set.cpp | 139 Inkscape::UI::Tools::NodeTool *nt = INK_NODE_TOOL(_th._desktop->event_context); local 140 //ControlPointSelection *selection = nt->_selected_nodes.get(); 141 ControlPointSelection* selection = nt->_selected_nodes;
|
H A D | node.cpp | 335 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(_desktop->event_context); local 336 nt->update_helperpath(); 1208 Inkscape::UI::Tools::NodeTool *nt = static_cast<Inkscape::UI::Tools::NodeTool*>(_desktop->event_context); local 1209 nt->update_helperpath();
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.cpp | 92 void ActionAlign::do_node_action(Inkscape::UI::Tools::NodeTool *nt, int verb) argument 99 nt->_multipath->alignNodes(Geom::Y); 102 nt->_multipath->alignNodes(Geom::Y); 106 nt->_multipath->alignNodes(Geom::Y); 110 nt->_multipath->alignNodes(Geom::X); 113 nt->_multipath->alignNodes(Geom::X); 117 nt->_multipath->alignNodes(Geom::X); 120 nt->_multipath->alignNodes(Geom::X); 121 nt->_multipath->alignNodes(Geom::Y); 229 Inkscape::UI::Tools::NodeTool *nt local 424 Inkscape::UI::Tools::NodeTool *nt = INK_NODE_TOOL(event_context); local [all...] |