Home
last modified time | relevance | path

Searched refs:shadow_opacity_row (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Drichtexteffect.cpp73 EffectRow* shadow_opacity_row = new EffectRow(this, tr("Shadow Opacity")); in RichTextEffect() local
74 shadow_opacity = new DoubleField(shadow_opacity_row, "shadowopacity"); in RichTextEffect()
H A Dtexteffect.cpp128 EffectRow* shadow_opacity_row = new EffectRow(this, tr("Shadow Opacity")); in TextEffect() local
129 shadow_opacity = new DoubleField(shadow_opacity_row, "shadowopacity"); in TextEffect()