Searched refs:hasPathEffect (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/
H A Dsp-lpe-item.h75 bool hasPathEffect() const;
H A Dsp-lpe-item.cpp197 if ( hasPathEffect() ) {
220 if (this->hasPathEffect() && this->pathEffectsEnabled()) {
593 bool SPLPEItem::hasPathEffect() const function in class:SPLPEItem
634 return hasPathEffect() || SP_LPE_ITEM(parent)->hasPathEffectRecursive();
637 return hasPathEffect();
912 if ( this->hasPathEffect() ) {
H A Dsp-ellipse.cpp218 if (_isSlice() || hasPathEffect() ) {
453 if (hasPathEffect() && pathEffectsEnabled()) {
471 if (hasPathEffect() && pathEffectsEnabled()) {
H A Dsp-spiral.cpp373 if (hasPathEffect() && pathEffectsEnabled()) {
434 if (hasPathEffect() && pathEffectsEnabled()) {
H A Dbox3d-side.cpp201 if (hasPathEffect() && pathEffectsEnabled()) {
H A Dsp-path.cpp66 if (hasPathEffect()) {
H A Dsp-star.cpp454 if (hasPathEffect() && pathEffectsEnabled()) {
516 if (hasPathEffect() && pathEffectsEnabled()) {
H A Dsp-item-group.cpp812 if (hasPathEffect() && pathEffectsEnabled()) {
H A Dsp-shape.cpp1037 if (hasPathEffect()) {
H A Dsp-item.cpp1401 if ( lpeitem && lpeitem->hasPathEffect() ) {
H A Dselection-chemistry.cpp1273 if ( lpeitem->hasPathEffect() ) {
2507 if (lpeitem->hasPathEffect()) {
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp246 if (lpeitem && lpeitem->hasPathEffect()){
291 if (lpeitem && lpeitem->hasPathEffect()){
H A Dnode-toolbar.cpp308 if (SP_LPE_ITEM(item)->hasPathEffect()) {
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1251 if(path->hasPathEffect()){
1267 if (SP_IS_LPE_ITEM(_path) && _path->hasPathEffect()) {
1372 if (SP_IS_LPE_ITEM(_path) && _path->hasPathEffect()) {
/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.cpp291 if ( lpeitem->hasPathEffect() ) {
/inkscape/src/ui/tools/
H A Dpen-tool.cpp1408 if (SP_IS_LPE_ITEM(this->white_item) && SP_LPE_ITEM(this->white_item)->hasPathEffect()){
1421 if (SP_IS_LPE_ITEM(this->white_item) && SP_LPE_ITEM(this->white_item)->hasPathEffect()){
/inkscape/src/ui/
H A Dclipboard.cpp802 if (lpeitem->hasPathEffect()) {

Completed in 1375 milliseconds