/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-bendpath.cpp | 153 original_bbox(SP_LPE_ITEM(item)); 208 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | lpe-patternalongpath.cpp | 297 SPShape const *sp_shape = dynamic_cast<SPShape const *>(SP_LPE_ITEM(item)); 318 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 326 SPShape const *sp_shape = dynamic_cast<SPShape const *>(SP_LPE_ITEM(item));
|
H A D | lpe-perp_bisector.cpp | 80 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), true, true);
|
H A D | lpe-vonkoch.cpp | 274 original_bbox(SP_LPE_ITEM(item));
|
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-envelope.cpp | 233 original_bbox(SP_LPE_ITEM(item));
|
H A D | lpe-lattice.cpp | 186 original_bbox(SP_LPE_ITEM(item), false);
|
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 | 421 original_bbox(SP_LPE_ITEM(item)); 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-knot.cpp | 512 collectPathsAndWidths(SP_LPE_ITEM(subitem), paths, stroke_widths); 639 sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true); 667 // sp_lpe_item_update_patheffect (SP_LPE_ITEM(item), false, true);
|
H A D | effect.cpp | 347 SP_LPE_ITEM(item)->addPathEffect(href, true);
|
/inkscape/src/ |
H A D | sp-lpe-item.cpp | 350 sp_lpe_item_create_original_path_recursive(SP_LPE_ITEM(mask->firstChild())); 355 sp_lpe_item_create_original_path_recursive(SP_LPE_ITEM(clipPath->firstChild())); 362 sp_lpe_item_create_original_path_recursive(SP_LPE_ITEM(subitem)); 384 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(mask->firstChild())); 389 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(clipPath->firstChild())); 396 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(subitem)); 406 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(mask->firstChild())); 411 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(clipPath->firstChild())); 634 return hasPathEffect() || SP_LPE_ITEM(parent)->hasPathEffectRecursive(); 777 sp_lpe_item_create_original_path_recursive(SP_LPE_ITEM(ochil [all...] |
H A D | sp-lpe-item.h | 21 #define SP_LPE_ITEM(obj) (dynamic_cast<SPLPEItem*>((SPObject*)obj)) macro
|
/inkscape/src/live_effects/parameter/ |
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/ui/tools/ |
H A D | freehand-base.cpp | 227 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE(); 236 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE(); 280 if(!SP_IS_LPE_ITEM(item) || !SP_LPE_ITEM(item)->hasPathEffectOfType(BEND_PATH)){ 283 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE(); 297 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE(); 323 sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false); 798 has_lpe = SP_LPE_ITEM(dc->white_item)->hasPathEffectRecursive();
|
H A D | node-tool.cpp | 298 Inkscape::LivePathEffect::Effect *lpe = SP_LPE_ITEM(selection->singleItem())->getCurrentLPE(); 312 std::vector<Geom::PathVector> cs = lpe->getCanvasIndicators(SP_LPE_ITEM(selection->singleItem()));
|
H A D | lpe-tool.cpp | 283 Inkscape::LivePathEffect::Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();
|
H A D | pen-tool.cpp | 1408 if (SP_IS_LPE_ITEM(this->white_item) && SP_LPE_ITEM(this->white_item)->hasPathEffect()){ 1409 Inkscape::LivePathEffect::Effect* thisEffect = SP_LPE_ITEM(this->white_item)->getPathEffectOfType(Inkscape::LivePathEffect::BSPLINE); 1421 if (SP_IS_LPE_ITEM(this->white_item) && SP_LPE_ITEM(this->white_item)->hasPathEffect()){ 1422 Inkscape::LivePathEffect::Effect* thisEffect = SP_LPE_ITEM(this->white_item)->getPathEffectOfType(Inkscape::LivePathEffect::SPIRO);
|
/inkscape/src/widgets/ |
H A D | lpe-toolbar.cpp | 127 SPLPEItem *lpeitem = SP_LPE_ITEM(item);
|