/inkscape/src/live_effects/ |
H A D | lpe-angle_bisector.cpp | 109 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 122 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-parallel.cpp | 128 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 143 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-tangent_to_curve.cpp | 142 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 155 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 168 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-perp_bisector.cpp | 80 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), true, true);
|
H A D | lpe-patternalongpath.cpp | 271 sp_lpe_item_update_patheffect (sp_lpe_item, false, true); 318 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-bendpath.cpp | 208 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-taperstroke.cpp | 488 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, true); 515 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-perspective_path.cpp | 272 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-copy_rotate.cpp | 462 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 482 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-mirror_symmetry.cpp | 352 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-knot.cpp | 639 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 667 // sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
/inkscape/src/ |
H A D | sp-lpe-item.h | 102 void sp_lpe_item_update_patheffect (SPLPEItem *lpeitem, bool wholetree, bool write); // careful, class already has method with *very* similar name!
|
H A D | sp-lpe-item.cpp | 189 sp_lpe_item_update_patheffect(this, true, true); 285 sp_lpe_item_update_patheffect (SPLPEItem *lpeitem, bool wholetree, bool write) function 288 g_message("sp_lpe_item_update_patheffect: %p\n", lpeitem); 339 sp_lpe_item_update_patheffect (lpeitem, true, true); 417 sp_lpe_item_update_patheffect(lpeitem, true, true); 427 sp_lpe_item_update_patheffect(this, false, true); 469 sp_lpe_item_update_patheffect(this, true, true);
|
H A D | sp-path.cpp | 395 sp_lpe_item_update_patheffect(this, true, write);
|
/inkscape/src/live_effects/parameter/ |
H A D | point.cpp | 180 sp_lpe_item_update_patheffect(splpeitem, false, false); 198 sp_lpe_item_update_patheffect(splpeitem, false, false);
|
H A D | vector.cpp | 155 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false); 177 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false);
|
H A D | transformedpoint.cpp | 148 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false);
|
H A D | powerstrokepointarray.cpp | 167 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false);
|
H A D | filletchamferpointarray.cpp | 722 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false); 749 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false); 775 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false);
|
/inkscape/src/widgets/ |
H A D | pencil-toolbar.cpp | 306 sp_lpe_item_update_patheffect(lpeitem, false, false); 311 sp_lpe_item_update_patheffect(lpeitem, false, false); 322 sp_lpe_item_update_patheffect(lpeitem, false, false);
|
H A D | lpe-toolbar.cpp | 262 sp_lpe_item_update_patheffect(lpeitem, true, true);
|
/inkscape/src/ui/tools/ |
H A D | freehand-base.cpp | 323 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false);
|