Home
last modified time | relevance | path

Searched refs:effectBend (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/opengl/
H A Dpresentationgl.h105 void effectBend();
H A Dpresentationgl.cpp545 d->effects.insert(QLatin1String("Bend"), &PresentationGL::effectBend); in registerEffects()
1259 void PresentationGL::effectBend() in effectBend() function in DigikamGenericPresentationPlugin::PresentationGL
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/system/icons/
H A DIconManager.java118 private Image effectBend; field in IconManager
281 this.effectBend = loadIcon("effect_bend.png"); in loadIcons()
477 return this.effectBend; in getEffectBend()