Home
last modified time | relevance | path

Searched refs:eff_imgFrames (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/transitionmngr/
H A Deffectmngr_p_pan.cpp39 double nx = eff_step * ((eff_image.width() - eff_image.width() * 0.8) / eff_imgFrames); in effectKenBurnsPanLR()
50 if (eff_step != eff_imgFrames) in effectKenBurnsPanLR()
69 double nx = eff_step * ((eff_image.width() - eff_image.width() * 0.8) / eff_imgFrames); in effectKenBurnsPanRL()
80 if (eff_step != eff_imgFrames) in effectKenBurnsPanRL()
100 double ny = eff_step * ((eff_image.height() - eff_image.height() * 0.8) / eff_imgFrames); in effectKenBurnsPanTB()
110 if (eff_step != eff_imgFrames) in effectKenBurnsPanTB()
130 double ny = eff_step * ((eff_image.height() - eff_image.height() * 0.8) / eff_imgFrames); in effectKenBurnsPanBT()
140 if (eff_step != eff_imgFrames) in effectKenBurnsPanBT()
H A Deffectmngr_p_zoom.cpp38 double nx = eff_step * ((eff_image.width() - eff_image.width() * 0.8) / eff_imgFrames); in effectKenBurnsZoomIn()
47 if (eff_step != eff_imgFrames) in effectKenBurnsZoomIn()
59 eff_step = eff_imgFrames; in effectKenBurnsZoomOut()
65 double nx = eff_step * ((eff_image.width() - eff_image.width() * 0.8) / eff_imgFrames); in effectKenBurnsZoomOut()
H A Deffectmngr_p.h58 eff_imgFrames(125) in Private()
77 int eff_imgFrames; variable
H A Deffectmngr.cpp80 d->eff_imgFrames = ifrms; in setFrames()