Searched defs:apply (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp248 bool CalligraphicTool::apply(Geom::Point p) { function in class:Inkscape::UI::Tools::CalligraphicTool
673 if (!this->apply(motion_dt)) {
739 this->apply(motion_dt);
H A Deraser-tool.cpp196 bool EraserTool::apply(Geom::Point p) { function in class:Inkscape::UI::Tools::EraserTool
396 this->apply(button_dt);
438 if (!this->apply(motion_dt)) {
469 this->apply(motion_dt);
/inkscape/src/
H A Dselection-chemistry.cpp1622 // apply the inverse of the region's transform to the <use> so that the flow remains
1642 // calculate the matrix we need to apply to the clone to cancel its induced transform from its original
1696 // just apply the result
2916 void sp_selection_to_marker(SPDesktop *desktop, bool apply) argument
2979 if (apply) {
3074 void sp_selection_symbol(SPDesktop *desktop, bool /*apply*/ )
3276 sp_selection_tile(SPDesktop *desktop, bool apply) argument
3335 if (apply) {
3359 if (apply) {
3879 desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select mask object and <b>object(s)</b> to apply clippat
[all...]

Completed in 100 milliseconds