Searched refs:reset (Results 1 - 25 of 71) sorted by relevance

123

/inkscape/src/display/
H A Ddrawing-group.h33 unsigned flags, unsigned reset);
H A Ddrawing-pattern.h60 unsigned flags, unsigned reset);
H A Ddrawing-text.h35 unsigned flags, unsigned reset);
65 unsigned flags, unsigned reset);
H A Ddrawing-group.cpp69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument
79 i->update(area, child_ctx, flags, reset);
H A Ddrawing-image.h39 unsigned flags, unsigned reset);
H A Ddrawing-shape.h36 unsigned flags, unsigned reset);
H A Ddrawing-pattern.cpp153 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 Dcurve.h56 void reset();
H A Ddrawing.h70 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 Dlayer-model.h74 void reset();
H A Drubberband.cpp50 _touchpath_curve->reset();
67 _touchpath_curve->reset();
H A Dsp-lpe-item.h92 void addPathEffect(std::string value, bool reset);
/inkscape/src/ui/tools/
H A Deraser-tool.h51 void reset(Geom::Point p);
H A Dcalligraphic-tool.cpp217 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 Dcalligraphic-tool.h84 void reset(Geom::Point p);
H A Deraser-tool.cpp169 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 Dpen-tool.cpp889 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 Dlpe-bspline.cpp185 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 Dlpe-transform_2pts.h46 void reset();
H A Dlpe-transform_2pts.cpp135 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 Dgdk-event-latency-tracker.cpp24 elapsed.reset();
/inkscape/src/extension/internal/
H A Djavafx-out.h69 void reset();
H A Dpov-out.h72 void reset();
/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h45 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 Dziptool.h53 void reset();
80 void reset();

Completed in 1266 milliseconds

123