/inkscape/src/debug/ |
H A D | logger.h | 139 inline static void finish() { function in class:Inkscape::Debug::Logger 148 finish(); 154 finish(); 160 finish(); 166 finish(); 173 finish(); 183 finish(); 193 finish(); 205 finish(); 217 finish(); [all...] |
/inkscape/src/ui/tools/ |
H A D | zoom-tool.cpp | 49 void ZoomTool::finish() { function in class:Inkscape::UI::Tools::ZoomTool 57 ToolBase::finish();
|
H A D | box3d-tool.cpp | 74 void Box3dTool::finish() { function in class:Inkscape::UI::Tools::Box3dTool 79 ToolBase::finish(); 325 // we've been dragging, finish the box 470 // we've been dragging, finish the box
|
H A D | spiral-tool.cpp | 67 void SpiralTool::finish() { function in class:Inkscape::UI::Tools::SpiralTool 75 ToolBase::finish(); 219 // we've been dragging, finish the spiral 288 // we've been dragging, finish the spiral 289 this->finish();
|
H A D | arc-tool.cpp | 68 void ArcTool::finish() { function in class:Inkscape::UI::Tools::ArcTool 73 ToolBase::finish(); 208 // we've been dragging, finish the arc 282 // we've been dragging, finish the arc
|
H A D | dropper-tool.cpp | 110 void DropperTool::finish() { function in class:Inkscape::UI::Tools::DropperTool 141 ToolBase::finish();
|
H A D | rect-tool.cpp | 67 void RectTool::finish() { function in class:Inkscape::UI::Tools::RectTool 73 ToolBase::finish(); 245 // we've been dragging, finish the rect 325 // we've been dragging, finish the rect
|
H A D | star-tool.cpp | 73 void StarTool::finish() { function in class:Inkscape::UI::Tools::StarTool 79 ToolBase::finish(); 231 // we've been dragging, finish the star 302 // we've been dragging, finish the star
|
H A D | connector-tool.cpp | 265 void ConnectorTool::finish() { function in class:Inkscape::UI::Tools::ConnectorTool 269 ToolBase::finish();
|
H A D | freehand-base.cpp | 163 void FreehandBase::finish() { function in class:Inkscape::UI::Tools::FreehandBase 177 ToolBase::finish();
|
H A D | pen-tool.cpp | 231 void PenTool::finish() { function in class:Inkscape::UI::Tools::PenTool 235 // switching context - finish path 240 FreehandBase::finish(); 393 // make sure this is not the last click for a waiting LPE (otherwise we want to finish the path) 491 // we hit an anchor, will finish the curve (either with or without closing) 527 // when the last click for a waiting LPE occurs we want to finish the path 533 // finishing at some other anchor, finish curve but not close 539 // right click - finish path 640 this->message_context->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> or <b>click and drag</b> to close and finish the path.")); 642 this->message_context->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> or <b>click and drag</b> to close and finish th [all...] |
H A D | text-tool.cpp | 198 void TextTool::finish() { function in class:Inkscape::UI::Tools::TextTool 245 ToolBase::finish(); 501 _("Unicode (<b>Enter</b> to finish): %s: %s"), tc->uni, utf8); 503 tc->defaultMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("Unicode (<b>Enter</b> to finish): ")); 808 this->defaultMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("Unicode (<b>Enter</b> to finish): "));
|
H A D | tool-base.cpp | 84 void ToolBase::finish() { function in class:Inkscape::UI::Tools::ToolBase
|
/inkscape/src/extension/implementation/ |
H A D | implementation.h | 132 virtual unsigned finish(Inkscape::Extension::Print * /*module*/) { return 0; } function in class:Inkscape::Extension::Implementation::Implementation
|
/inkscape/src/extension/ |
H A D | print.cpp | 55 Print::finish () function in class:Inkscape::Extension::Print 57 return imp->finish(this);
|
/inkscape/src/libavoid/ |
H A D | shape.cpp | 237 EdgeInfList::const_iterator finish = visList.end(); local 239 while ((edge = visList.begin()) != finish) 247 finish = invisList.end(); 248 while ((edge = invisList.begin()) != finish) 255 finish = orthogList.end(); 256 while ((edge = orthogList.begin()) != finish)
|
H A D | geomtypes.cpp | 465 size_t finish = (closed) ? simpSize + 2 : simpSize; local 466 for (size_t j = 1; j < finish; ++j) 497 if (closed && (j == (finish - 1)))
|
H A D | vertices.cpp | 213 EdgeInfList::const_iterator finish = visList.end(); local 215 while ((edge = visList.begin()) != finish) 222 finish = orthogVisList.end(); 223 while ((edge = orthogVisList.begin()) != finish) 230 finish = invisList.end(); 231 while ((edge = invisList.begin()) != finish)
|
H A D | graph.cpp | 283 FlagList::iterator finish = _conns.end(); local 284 for (FlagList::iterator i = _conns.begin(); i != finish; ++i) 587 EdgeInfList::const_iterator finish = visList.end(); local 588 for (EdgeInfList::const_iterator edge = visList.begin(); edge != finish; 600 finish = orthogVisList.end(); 602 edge != finish; ++edge) 613 finish = invisList.end(); 614 for (EdgeInfList::const_iterator edge = invisList.begin(); edge != finish;
|
H A D | makepath.cpp | 261 ConnRefList::const_iterator curr, finish = router->connRefs.end(); local 262 for (curr = router->connRefs.begin(); curr != finish; ++curr) 298 ConnRefList::const_iterator curr, finish = router->connRefs.end(); local 299 for (curr = router->connRefs.begin(); curr != finish; ++curr) 611 EdgeInfList::const_iterator finish = visList.end(); local 613 edge != finish; ++edge)
|
H A D | orthogonal.cpp | 615 finish(f), 619 COLA_ASSERT(begin < finish); 633 finish(bf), 643 // Order by begin, pos, finish. 654 if (finish != rhs.finish) 656 return finish < rhs.finish; 665 (finish == rhs.finish)) 1002 double finish; member in namespace:Avoid 1985 PtOrderMap::iterator finish = pointOrders.end(); local [all...] |
/inkscape/src/extension/internal/ |
H A D | latex-pstricks.cpp | 138 unsigned int PrintLatex::finish(Inkscape::Extension::Print * /*mod*/) function in class:Inkscape::Extension::Internal::PrintLatex
|
H A D | wmf-print.cpp | 284 unsigned int PrintWmf::finish(Inkscape::Extension::Print * /*mod*/) function in class:Inkscape::Extension::Internal::PrintWmf 294 g_error("Fatal programming error in PrintWmf::finish at wdeleteobject_set null brush"); 300 g_error("Fatal programming error in PrintWmf::finish at wdeleteobject_set null pen"); 307 g_error("Fatal programming error in PrintWmf::finish at wdeleteobject_set filler object"); 312 g_error("Fatal programming error in PrintWmf::finish");
|
/inkscape/src/2geom/ |
H A D | svg-path-parser.cpp | 1139 void SVGPathParser::finish() function in class:Geom::SVGPathParser 1238 void SVGPathParser::_parse(char const *str, char const *strend, bool finish) argument 1242 char const *eof = finish ? pe : NULL; 1557 if (finish) { 1565 if (finish) {
|
/inkscape/src/ |
H A D | conn-avoid-ref.cpp | 150 Avoid::IntList::iterator finish = shapes.end(); local 151 for (Avoid::IntList::iterator i = shapes.begin(); i != finish; ++i) { 174 Avoid::IntList::iterator finish = conns.end(); local 175 for (Avoid::IntList::iterator i = conns.begin(); i != finish; ++i) {
|