Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
template<typename T > | |
void | shift (T &a, T &b, T const &c) |
template<typename T > | |
void | shift (T &a, T &b, T &c, T const &d) |
int | main (int argc, char **argv) |
Variables | |
unsigned | total_steps |
unsigned | total_subs |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 147 of file match-curve.cpp.
References init().
void shift | ( | T & | a, |
T & | b, | ||
T & | c, | ||
T const & | d | ||
) |
Definition at line 26 of file match-curve.cpp.
References c.
void shift | ( | T & | a, |
T & | b, | ||
T const & | c | ||
) |
Definition at line 21 of file match-curve.cpp.
References c.
Referenced by Inkscape::UI::Tools::PenTool::_bsplineSpiroMotion(), Inkscape::CanvasItemRect::_render(), SPDocument::_updateDocument(), Inkscape::UI::Widget::Ruler::draw_ruler(), feed_path_to_cairo(), Inkscape::Extension::Internal::Filter::ColorShift::get_filter_text(), Inkscape::UI::Dialog::ObjectsPanel::on_tree_key_pressed(), SurfaceSynth::pixelAt(), Inkscape::Filters::FilterTile::render_cairo(), Inkscape::DrawingPattern::renderPattern(), Inkscape::UI::Tools::NodeTool::select_area(), Inkscape::UI::Widget::CairoGraphics::shift_store(), Inkscape::UI::Tools::sp_event_show_modifier_tip(), sp_star_get_xy(), SPDocument::update_desktop_affine(), and Inkscape::Extension::Internal::SvgBuilder::updateTextShift().
|
extern |
unsigned total_subs |
Definition at line 32 of file match-curve.cpp.