/inkscape/src/display/ |
H A D | drawing-group.h | 33 unsigned flags, unsigned reset);
|
H A D | drawing-pattern.h | 60 unsigned flags, unsigned reset);
|
H A D | drawing-text.h | 35 unsigned flags, unsigned reset); 65 unsigned flags, unsigned reset);
|
H A D | drawing-group.cpp | 69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument 79 i->update(area, child_ctx, flags, reset);
|
H A D | drawing-image.h | 39 unsigned flags, unsigned reset);
|
H A D | drawing-shape.h | 36 unsigned flags, unsigned reset);
|
H A D | drawing-pattern.cpp | 153 unsigned DrawingPattern::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument 180 return DrawingGroup::_updateItem(Geom::IntRect::infinite(), pattern_ctx, flags, reset);
|
H A D | curve.h | 56 void reset();
|
H A D | drawing.h | 70 void update(Geom::IntRect const &area = Geom::IntRect::infinite(), UpdateContext const &ctx = UpdateContext(), unsigned flags = DrawingItem::STATE_ALL, unsigned reset = 0);
|
/inkscape/src/ |
H A D | layer-model.h | 74 void reset();
|
H A D | rubberband.cpp | 50 _touchpath_curve->reset(); 67 _touchpath_curve->reset();
|
H A D | sp-lpe-item.h | 92 void addPathEffect(std::string value, bool reset);
|
/inkscape/src/ui/tools/ |
H A D | eraser-tool.h | 51 void reset(Geom::Point p);
|
H A D | calligraphic-tool.cpp | 217 void CalligraphicTool::reset(Geom::Point p) { function in class:Inkscape::UI::Tools::CalligraphicTool 437 /* reset accumulated curve */ 438 this->accumulated->reset(); 456 this->accumulated->reset(); 670 this->reset(motion_dt); 754 /* reset accumulated curve */ 755 this->accumulated->reset(); 897 /* reset bpath */ 899 /* reset curve */ 900 this->currentcurve->reset(); [all...] |
H A D | calligraphic-tool.h | 84 void reset(Geom::Point p);
|
H A D | eraser-tool.cpp | 169 void EraserTool::reset(Geom::Point p) { function in class:Inkscape::UI::Tools::EraserTool 372 /* reset accumulated curve */ 373 this->accumulated->reset(); 394 this->reset(button_dt); 398 this->accumulated->reset(); 452 this->accumulated->reset(); 482 /* reset accumulated curve */ 483 this->accumulated->reset(); 629 // reset bpath 632 // reset curv [all...] |
H A D | pen-tool.cpp | 889 this->red_curve->reset(); 1265 this->red_curve->reset(); 1268 this->blue_curve->reset(); 1275 this->green_curve->reset(); 1540 weight_power->reset(); 1544 weight_power->reset(); 1627 this->green_curve->reset(); 1630 this->overwrite_curve->reset(); 1678 this->green_curve->reset(); 1681 this->overwrite_curve->reset(); [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-bspline.cpp | 185 curve->reset(); 242 in->reset(); 259 out->reset(); 275 start->reset(); 289 end->reset(); 292 line_helper->reset(); 305 line_helper->reset(); 325 curve_n->reset(); 355 curve->reset(); 453 in->reset(); [all...] |
H A D | lpe-transform_2pts.h | 46 void reset();
|
H A D | lpe-transform_2pts.cpp | 135 reset(); 241 LPETransform2Pts::reset() function in class:Inkscape::LivePathEffect::LPETransform2Pts 349 Gtk::Button *reset = Gtk::manage(new Gtk::Button(Glib::ustring(_("Reset")))); local 350 reset->signal_clicked().connect(sigc::mem_fun(*this, &LPETransform2Pts::reset)); 351 button4->pack_start(*reset, true, true, 2);
|
/inkscape/src/debug/ |
H A D | gdk-event-latency-tracker.cpp | 24 elapsed.reset();
|
/inkscape/src/extension/internal/ |
H A D | javafx-out.h | 69 void reset();
|
H A D | pov-out.h | 72 void reset();
|
/inkscape/cxxtest/cxxtest/ |
H A D | Win32Gui.h | 45 reset( _suiteStart ); 55 reset( _testStart ); 299 reset( _worldStart ); 300 reset( _suiteStart ); 301 reset( _testStart ); 305 void reset( DWORD &tick ) function in class:CxxTest::Win32Gui
|
/inkscape/src/util/ |
H A D | ziptool.h | 53 void reset(); 80 void reset();
|