Home
last modified time | relevance | path

Searched refs:animateIn (Results 1 – 25 of 96) sorted by relevance

1234

/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/bigsh0t_hemi_to_eq/
H A Dui.qml172 …yawMiddle = filter.getDouble("yaw", filter.animateIn); if (filter.animateIn > 0) { yawStart = filt…
173 …pitchMiddle = filter.getDouble("pitch", filter.animateIn); if (filter.animateIn > 0) { pitchStart …
174 …rollMiddle = filter.getDouble("roll", filter.animateIn); if (filter.animateIn > 0) { rollStart = f…
175 …frontXMiddle = filter.getDouble("frontX", filter.animateIn); if (filter.animateIn > 0) { frontXSta…
176 …frontYMiddle = filter.getDouble("frontY", filter.animateIn); if (filter.animateIn > 0) { frontYSta…
177 …frontUpMiddle = filter.getDouble("frontUp", filter.animateIn); if (filter.animateIn > 0) { frontUp…
178 …backXMiddle = filter.getDouble("backX", filter.animateIn); if (filter.animateIn > 0) { backXStart …
179 …backYMiddle = filter.getDouble("backY", filter.animateIn); if (filter.animateIn > 0) { backYStart …
180 …backUpMiddle = filter.getDouble("backUp", filter.animateIn); if (filter.animateIn > 0) { backUpSta…
181 …fovMiddle = filter.getDouble("fov", filter.animateIn); if (filter.animateIn > 0) { fovStart = filt…
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/bigsh0t_eq_mask/
H A Dui.qml25 …0); } else { hfov0Middle = filter.getDouble("hfov0", filter.animateIn); if (filter.animateIn > 0) …
26 …0); } else { hfov1Middle = filter.getDouble("hfov1", filter.animateIn); if (filter.animateIn > 0) …
27 …0); } else { vfov0Middle = filter.getDouble("vfov0", filter.animateIn); if (filter.animateIn > 0) …
40 …hfov0KeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeC…
42 …hfov1KeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeC…
44 …vfov0KeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeC…
46 …vfov1KeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeC…
79 …hfov0Middle = filter.getDouble("hfov0", filter.animateIn); if (filter.animateIn > 0) { hfov0Start …
80 …hfov1Middle = filter.getDouble("hfov1", filter.animateIn); if (filter.animateIn > 0) { hfov1Start …
81 …vfov0Middle = filter.getDouble("vfov0", filter.animateIn); if (filter.animateIn > 0) { vfov0Start …
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/bigsh0t_eq_to_rect/
H A Dui.qml29 …w", 0); } else { yawMiddle = filter.getDouble("yaw", filter.animateIn); if (filter.animateIn > 0) …
31 …, 0); } else { rollMiddle = filter.getDouble("roll", filter.animateIn); if (filter.animateIn > 0) …
32 …", 90); } else { fovMiddle = filter.getDouble("fov", filter.animateIn); if (filter.animateIn > 0) …
46 …yawKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCou…
50 …rollKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCo…
52 …fovKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCou…
91 …yawMiddle = filter.getDouble("yaw", filter.animateIn); if (filter.animateIn > 0) { yawStart = filt…
92 …pitchMiddle = filter.getDouble("pitch", filter.animateIn); if (filter.animateIn > 0) { pitchStart …
93 …rollMiddle = filter.getDouble("roll", filter.animateIn); if (filter.animateIn > 0) { rollStart = f…
94 …fovMiddle = filter.getDouble("fov", filter.animateIn); if (filter.animateIn > 0) { fovStart = filt…
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/bigsh0t_transform_360/
H A Dui.qml26 …w", 0); } else { yawMiddle = filter.getDouble("yaw", filter.animateIn); if (filter.animateIn > 0) …
27 …0); } else { pitchMiddle = filter.getDouble("pitch", filter.animateIn); if (filter.animateIn > 0) …
28 …, 0); } else { rollMiddle = filter.getDouble("roll", filter.animateIn); if (filter.animateIn > 0) …
42 …yawKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCou…
44 …pitchKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeC…
46 …rollKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCo…
52animateIn > 0) { yawStart = value; } else if (position >= filter.duration - 1 && filter.animateOut…
54animateIn > 0) { rollStart = value; } else if (position >= filter.duration - 1 && filter.animateOu…
82 …yawMiddle = filter.getDouble("yaw", filter.animateIn); if (filter.animateIn > 0) { yawStart = filt…
83 …pitchMiddle = filter.getDouble("pitch", filter.animateIn); if (filter.animateIn > 0) { pitchStart …
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/blur/
H A Dui_boxblur.qml42 middleWidthValue = filter.getDouble('hori', filter.animateIn)
43 middleHeightValue = filter.getDouble('vert', filter.animateIn)
44 if (filter.animateIn > 0) {
76 if (position <= 0 && filter.animateIn > 0)
84 if (filter.animateIn > 0 || filter.animateOut > 0) {
87 if (filter.animateIn > 0) {
108 if (position <= 0 && filter.animateIn > 0)
116 if (filter.animateIn > 0 || filter.animateOut > 0) {
119 if (filter.animateIn > 0) {
158 if (filter.animateIn > 0) {
[all …]
H A Dui_movit.qml38 middleValue = filter.getDouble('radius', filter.animateIn)
39 if (filter.animateIn > 0)
55 …keyframesButton.checked = filter.keyframeCount('radius') > 0 && filter.animateIn <= 0 && filter.an…
57 …slider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter.durat…
65 if (position <= 0 && filter.animateIn > 0)
73 if (filter.animateIn > 0 || filter.animateOut > 0) {
76 if (filter.animateIn > 0) {
78 filter.set('radius', middleValue, filter.animateIn - 1)
110 middleValue = filter.getDouble(parameters[0], filter.animateIn)
111 if (filter.animateIn > 0)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/bigsh0t_rect_to_eq/
H A Dui.qml23 … 90); } else { hfovMiddle = filter.getDouble("hfov", filter.animateIn); if (filter.animateIn > 0) …
24 … 60); } else { vfovMiddle = filter.getDouble("vfov", filter.animateIn); if (filter.animateIn > 0) …
37 …hfovKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCo…
39 …VfovKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCo…
44animateIn > 0) { hfovStart = value; } else if (position >= filter.duration - 1 && filter.animateOu…
45animateIn > 0) { vfovStart = value; } else if (position >= filter.duration - 1 && filter.animateOu…
71 …hfovMiddle = filter.getDouble("hfov", filter.animateIn); if (filter.animateIn > 0) { hfovStart = f…
72 …vfovMiddle = filter.getDouble("vfov", filter.animateIn); if (filter.animateIn > 0) { vfovStart = f…
105 …value = hfovSlider.value; if (checked) { blockUpdate = true; if (filter.animateIn > 0 || filter.an…
122 …value = vfovSlider.value; if (checked) { blockUpdate = true; if (filter.animateIn > 0 || filter.an…
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/grid/
H A Dui.qml41 middleWidthValue = filter.getDouble('0', filter.animateIn)
42 middleHeightValue = filter.getDouble('1', filter.animateIn)
43 if (filter.animateIn > 0) {
75 if (position <= 0 && filter.animateIn > 0)
83 if (filter.animateIn > 0 || filter.animateOut > 0) {
86 if (filter.animateIn > 0) {
107 if (position <= 0 && filter.animateIn > 0)
115 if (filter.animateIn > 0 || filter.animateOut > 0) {
118 if (filter.animateIn > 0) {
155 if (filter.animateIn > 0) {
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/opacity/
H A Dui.qml40 middleValue = filter.getDouble('opacity', filter.animateIn)
41 if (filter.animateIn > 0)
57 …keyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount(…
67 if (position <= 0 && filter.animateIn > 0)
75 if (filter.animateIn > 0 || filter.animateOut > 0) {
79 if (filter.animateIn > 0) {
81 filter.set('alpha', middleValue, filter.animateIn - 1)
83 filter.set('opacity', middleValue, filter.animateIn - 1)
122 middleValue = filter.getDouble(parameters[0], filter.animateIn)
123 if (filter.animateIn > 0)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/glow/
H A Dui_movit.qml45 middleValues = [filter.getDouble(defaultParameters[0], filter.animateIn),
46 filter.getDouble(defaultParameters[1], filter.animateIn),
47 filter.getDouble(defaultParameters[2], filter.animateIn)]
48 if (filter.animateIn > 0) {
80 if (position <= 0 && filter.animateIn > 0)
88 if (filter.animateIn > 0 || filter.animateOut > 0) {
91 if (filter.animateIn > 0) {
93 filter.set(parameter, middleValues[index], filter.animateIn - 1)
111 if (filter.animateIn > 0 || filter.animateOut > 0) {
115 filter.animateIn = filter.animateOut = 0
[all …]
H A Dui_frei0r.qml38 middleValue = filter.getDouble(paramBlur, filter.animateIn)
39 if (filter.animateIn > 0)
55 …blurKeyframesButton.checked = filter.keyframeCount(paramBlur) > 0 && filter.animateIn <= 0 && filt…
57 …bslider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter.dura…
65 if (position <= 0 && filter.animateIn > 0)
73 if (filter.animateIn > 0 || filter.animateOut > 0) {
76 if (filter.animateIn > 0) {
78 filter.set(paramBlur, middleValue, filter.animateIn - 1)
107 middleValue = filter.getDouble(paramBlur, filter.animateIn)
108 if (filter.animateIn > 0)
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/sharpen/
H A Dui_movit.qml46 middleValues = [filter.getDouble(defaultParameters[0], filter.animateIn),
47 filter.getDouble(defaultParameters[1], filter.animateIn),
48 filter.getDouble(defaultParameters[2], filter.animateIn),
49 filter.getDouble(defaultParameters[3], filter.animateIn)]
50 if (filter.animateIn > 0) {
89 if (position <= 0 && filter.animateIn > 0)
97 if (filter.animateIn > 0 || filter.animateOut > 0) {
100 if (filter.animateIn > 0) {
102 filter.set(parameter, middleValues[index], filter.animateIn - 1)
120 if (filter.animateIn > 0 || filter.animateOut > 0) {
[all …]
H A Dui_frei0r.qml46 middleValues = [filter.getDouble(defaultParameters[0], filter.animateIn),
47 filter.getDouble(defaultParameters[1], filter.animateIn)]
48 if (filter.animateIn > 0) {
66 …amountKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframe…
68 …sizeKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCo…
79 if (position <= 0 && filter.animateIn > 0)
87 if (filter.animateIn > 0 || filter.animateOut > 0) {
90 if (filter.animateIn > 0) {
92 filter.set(parameter, middleValues[index], filter.animateIn - 1)
110 if (filter.animateIn > 0 || filter.animateOut > 0) {
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/crop_rectangle/
H A Dui.qml48 middleValueRadius = filter.getDouble('radius', filter.animateIn)
50 if (filter.animateIn > 0) {
103 if (position <= 0 && filter.animateIn > 0) {
112 if (filter.animateIn > 0 || filter.animateOut > 0) {
115 if (filter.animateIn > 0) {
117 filter.set('radius', middleValueRadius, filter.animateIn - 1)
136 if (position <= 0 && filter.animateIn > 0) {
146 if (filter.animateIn > 0 || filter.animateOut > 0) {
149 if (filter.animateIn > 0) {
153 filter.set(rectProperty, rect, 1.0, filter.animateIn - 1)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/brightness/
H A Dui_movit.qml38 middleValue = filter.getDouble('opacity', filter.animateIn)
39 if (filter.animateIn > 0)
58 if (filter.animateIn > 0 || filter.animateOut > 0) {
77 …brightnessKeyframesButton.checked = filter.keyframeCount('opacity') > 0 && filter.animateIn <= 0 &…
79 …brightnessSlider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (fi…
87 if (position <= 0 && filter.animateIn > 0)
95 if (filter.animateIn > 0 || filter.animateOut > 0) {
98 if (filter.animateIn > 0) {
100 filter.set('opacity', middleValue, filter.animateIn - 1)
132 middleValue = filter.getDouble(parameters[0], filter.animateIn)
[all …]
H A Dui.qml37 middleValue = filter.getDouble('level', filter.animateIn)
38 if (filter.animateIn > 0)
57 if (filter.animateIn > 0 || filter.animateOut > 0) {
76 …brightnessKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyf…
78 …brightnessSlider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (fi…
86 if (position <= 0 && filter.animateIn > 0)
94 if (filter.animateIn > 0 || filter.animateOut > 0) {
97 if (filter.animateIn > 0) {
99 filter.set('level', middleValue, filter.animateIn - 1)
132 middleValue = filter.getDouble(parameters[0], filter.animateIn)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/contrast/
H A Dui.qml45 middleValue = filter.getDouble('gain_r', filter.animateIn) / gainFactor
46 if (filter.animateIn > 0)
72 if (position <= 0 && filter.animateIn > 0)
80 if (filter.animateIn > 0 || filter.animateOut > 0) {
88 if (filter.animateIn > 0) {
98 filter.set("gain_r", middleValue * gainFactor, filter.animateIn - 1)
99 filter.set("gain_g", middleValue * gainFactor, filter.animateIn - 1)
100 filter.set("gain_b", middleValue * gainFactor, filter.animateIn - 1)
153 middleValue = filter.getDouble('gain_r', filter.animateIn)
154 if (filter.animateIn > 0)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/vignette/
H A Dui_oldfilm.qml48 middleValues = [filter.getDouble(defaultParameters[0], filter.animateIn),
49 filter.getDouble(defaultParameters[1], filter.animateIn),
50 filter.getDouble(defaultParameters[2], filter.animateIn)]
51 if (filter.animateIn > 0) {
71 …radiusKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframe…
90 if (position <= 0 && filter.animateIn > 0)
98 if (filter.animateIn > 0 || filter.animateOut > 0) {
101 if (filter.animateIn > 0) {
103 filter.set(parameter, middleValues[index], filter.animateIn - 1)
121 if (filter.animateIn > 0 || filter.animateOut > 0) {
[all …]
H A Dui_movit.qml45 middleValues = [filter.getDouble(defaultParameters[0], filter.animateIn),
46 filter.getDouble(defaultParameters[1], filter.animateIn)]
47 if (filter.animateIn > 0) {
65 …radiusKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframe…
67 …innerKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeC…
78 if (position <= 0 && filter.animateIn > 0)
86 if (filter.animateIn > 0 || filter.animateOut > 0) {
89 if (filter.animateIn > 0) {
91 filter.set(parameter, middleValues[index], filter.animateIn - 1)
109 if (filter.animateIn > 0 || filter.animateOut > 0) {
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/saturation/
H A Dui_frei0r.qml42 middleValue = filter.getDouble(saturationParameter, filter.animateIn)
43 if (filter.animateIn > 0)
59 …keyframesButton.checked = filter.keyframeCount(saturationParameter) > 0 && filter.animateIn <= 0 &…
61 …slider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter.durat…
69 if (position <= 0 && filter.animateIn > 0)
77 if (filter.animateIn > 0 || filter.animateOut > 0) {
80 if (filter.animateIn > 0) {
82 filter.set(saturationParameter, middleValue, filter.animateIn - 1)
114 middleValue = filter.getDouble(saturationParameter, filter.animateIn)
115 if (filter.animateIn > 0)
[all …]
H A Dui_movit.qml40 middleValue = filter.getDouble(saturationParameter, filter.animateIn)
41 if (filter.animateIn > 0)
57 …keyframesButton.checked = filter.keyframeCount(saturationParameter) > 0 && filter.animateIn <= 0 &…
59 …slider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter.durat…
67 if (position <= 0 && filter.animateIn > 0)
75 if (filter.animateIn > 0 || filter.animateOut > 0) {
78 if (filter.animateIn > 0) {
80 filter.set(saturationParameter, middleValue, filter.animateIn - 1)
112 middleValue = filter.getDouble(saturationParameter, filter.animateIn)
113 if (filter.animateIn > 0)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/audio_gain/
H A Dui.qml43 middleValue = filter.getDouble('level', filter.animateIn)
44 if (filter.animateIn > 0)
63 if (filter.animateIn > 0 || filter.animateOut > 0) {
87 …gainSlider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter.d…
88 …gainKeyframesButton.checked = filter.keyframeCount('level') > 0 && filter.animateIn <= 0 && filter…
95 if (position <= 0 && filter.animateIn > 0)
103 if (filter.animateIn > 0 || filter.animateOut > 0) {
106 if (filter.animateIn > 0) {
108 filter.set('level', middleValue, filter.animateIn - 1)
140 middleValue = filter.getDouble(parameters[0], filter.animateIn)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/mask/
H A Dui.qml60 middleValues = [filter.getDouble(paramHorizontal, filter.animateIn),
61 filter.getDouble(paramVertical, filter.animateIn),
62 filter.getDouble(paramWidth, filter.animateIn),
63 filter.getDouble(paramHeight, filter.animateIn)]
64 if (filter.animateIn > 0) {
107 if (position <= 0 && filter.animateIn > 0)
115 if (filter.animateIn > 0 || filter.animateOut > 0) {
118 if (filter.animateIn > 0) {
138 if (filter.animateIn > 0 || filter.animateOut > 0) {
143 filter.animateIn = filter.animateOut = 0
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/audio_pitch/
H A Dui.qml37 middleValue = filter.getDouble('octaveshift', filter.animateIn)
38 if (filter.animateIn > 0)
57 if (filter.animateIn > 0 || filter.animateOut > 0) {
77 …octaveKeyframesButton.checked = filter.keyframeCount('octaveshift') > 0 && filter.animateIn <= 0 &…
79 …octaveSlider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter…
86 if (position <= 0 && filter.animateIn > 0)
94 if (filter.animateIn > 0 || filter.animateOut > 0) {
97 if (filter.animateIn > 0) {
99 filter.set('octaveshift', middleValue, filter.animateIn - 1)
131 middleValue = filter.getDouble(parameters[0], filter.animateIn)
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/audio_balance/
H A Dui.qml42 middleValue = filter.getDouble('split', filter.animateIn)
43 if (filter.animateIn > 0)
60 …slider.enabled = position <= 0 || (position >= (filter.animateIn - 1) && position <= (filter.durat…
61 …keyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount(…
69 if (position <= 0 && filter.animateIn > 0)
77 if (filter.animateIn > 0 || filter.animateOut > 0) {
80 if (filter.animateIn > 0) {
82 filter.set('split', middleValue, filter.animateIn - 1)
114 middleValue = filter.getDouble(parameters[0], filter.animateIn)
115 if (filter.animateIn > 0)

1234