Home
last modified time | relevance | path

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

/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Drichtexteffect.cpp169 int blurSoftness = qFloor(shadow_softness->GetDoubleAt(timecode)); in redraw() local
170 if (blurSoftness > 0) { in redraw()
171 olive::ui::blur(img, img.rect(), blurSoftness, true); in redraw()
H A Dtexteffect.cpp284 int blurSoftness = qFloor(shadow_softness->GetDoubleAt(timecode)); in redraw() local
285 if (blurSoftness > 0) olive::ui::blur(img, img.rect(), blurSoftness, true); in redraw()