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

/inkscape/src/display/
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-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 Dcanvas-arena.cpp143 unsigned reset = flags & SP_CANVAS_UPDATE_AFFINE ? DrawingItem::STATE_ALL : 0; local
144 arena->drawing.update(Geom::IntRect::infinite(), arena->ctx, DrawingItem::STATE_ALL, reset); local
H A Ddrawing-shape.cpp79 DrawingShape::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument
87 i->update(area, ctx, flags, reset);
H A Ddrawing.cpp160 Drawing::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument
163 _root->update(area, ctx, flags, reset);
H A Dcurve.cpp29 * The returned curve's state is as if SPCurve::reset has just been called on it.
182 SPCurve::reset() function in class:SPCurve
H A Ddrawing-item.cpp518 * @param reset State fields that should be reset before processing them. This is
525 DrawingItem::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument
530 // Set reset flags according to propagation status
531 reset |= _propagate_state;
534 _state &= ~reset; // reset state of this item
563 _state = _updateItem(area, child_ctx, flags, reset);
581 _clip->update(area, child_ctx, flags, reset);
590 _mask->update(area, child_ctx, flags, reset);
[all...]
H A Ddrawing-text.cpp65 unsigned DrawingGlyphs::_updateItem(Geom::IntRect const &/*area*/, UpdateContext const &ctx, unsigned /*flags*/, unsigned /*reset*/)
257 DrawingText::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument
260 return DrawingGroup::_updateItem(area, ctx, flags, reset);
/inkscape/src/
H A Dlayer-model.cpp106 void LayerModel::reset() { function in class:Inkscape::LayerModel
H A Dstyle-internal.cpp1176 reset( false ); // Do not init
1360 reset( true ); // Reset and Init
1364 SPIPaint::reset( bool init ) { function in class:SPIPaint
1366 // std::cout << "SPIPaint::reset(): " << name << " " << init << std::endl;
1395 reset( false ); // Do not init
H A Ddeptool.cpp227 void reset();
391 reset();
398 void DepTool::reset() function in class:DepTool
1008 reset();
H A Dsp-lpe-item.cpp422 void SPLPEItem::addPathEffect(std::string value, bool reset) argument
452 // Ask the path effect to reset itself if it doesn't have parameters yet
453 if (reset) {
/inkscape/src/live_effects/
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/libcola/
H A Dcola.h120 maxiterations(maxiterations) { reset(); }
139 void reset() { function in class:cola::TestConvergence
/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1087 reset();
1095 void SVGPathParser::reset() { function in class:Geom::SVGPathParser
1568 reset();
/inkscape/src/extension/internal/
H A Djavafx-out.cpp828 void JavaFXOutput::reset() function in class:Inkscape::Extension::Internal::JavaFXOutput
845 reset();
H A Dpov-out.cpp601 void PovOutput::reset() function in class:Inkscape::Extension::Internal::PovOutput
618 reset();
H A Dodf.cpp2084 void OdfOutput::reset() function in class:Inkscape::Extension::Internal::OdfOutput
2100 reset();
/inkscape/src/ui/tools/
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 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 Dmeasure-tool.cpp802 reset();
1028 void MeasureTool::reset() function in class:Inkscape::UI::Tools::MeasureTool
/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.cpp56 reset();
69 void Adler32::reset() function in class:Adler32
113 reset();
152 void Crc32::reset() function in class:Crc32
826 virtual void reset();
911 reset();
925 void Deflater::reset() function in class:Deflater
972 reset();
/inkscape/src/libnrtype/
H A DLayout-TNG.h628 FontMetrics() { reset(); }
630 void reset() { function in class:Inkscape::Text::Layout::FontMetrics
/inkscape/src/widgets/
H A Dicon.cpp51 static void reset(SPIcon *icon);
187 void IconImpl::reset( SPIcon *icon ) function in class:IconImpl
401 reset(icon);

Completed in 374 milliseconds