Home
last modified time | relevance | path

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

/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Drichtexteffect.cpp63 EffectRow* shadow_distance_row = new EffectRow(this, tr("Shadow Distance")); in RichTextEffect() local
64 shadow_distance = new DoubleField(shadow_distance_row, "shadowdistance"); in RichTextEffect()
H A Dtexteffect.cpp118 EffectRow* shadow_distance_row = new EffectRow(this, tr("Shadow Distance")); in TextEffect() local
119 shadow_distance = new DoubleField(shadow_distance_row, "shadowdistance"); in TextEffect()