Home
last modified time | relevance | path

Searched refs:ripple (Results 1 – 25 of 1798) sorted by relevance

12345678910>>...72

/dports/net-im/nheko/nheko-0.9.0/resources/qml/ui/
H A DRipple.qml10 id: ripple
26 ripple.state = "ACTIVE";
64 duration: ripple.maxRadius / ripple.radiusAnimationRate
87 duration: ripple.maxRadius / ripple.radiusTailAnimationRate
138 ripple.start();
142 ripple.stop();
146 ripple.stop();
150 ripple.stop();
154 ripple.stop();
171 x: ripple.centerX - ripple.radius
[all …]
/dports/net/concourse-fly/concourse-6.7.1/web/assets/css/
H A Dcolors.less79 .ripple-animation("small-started-ripple-@{theme}", 2px, @base0A);
101 &.started .animation-large{.ripple-animation("large-started-ripples-@{theme}", 15px, @base0A);}
105 &.started .animation-medium{.ripple-animation("medium-started-ripples-@{theme}", 7px, @base0A);}
109 &.started .animation-small{.ripple-animation("small-started-ripples-@{theme}", 3px, @base0A);}
124 .ripple-animation(@name, @ripple-factor, @ripple-color) {
130 …box-shadow: 0 0 0 -@ripple-factor @base02, 0 0 0 0 @ripple-color, 0 0 0 @ripple-factor @base02, 0 …
134 …: 0 0 0 0 @base02, 0 0 0 @ripple-factor @ripple-color, 0 0 0 @ripple-factor * 2 @base02, 0 0 0 @r…
138 …box-shadow: 0 0 0 @ripple-factor @base02, 0 0 0 @ripple-factor * 2 @ripple-color, 0 0 0 @ripple-f…
144 …box-shadow: 0 0 0 -@ripple-factor @base02, 0 0 0 0 @ripple-color, 0 0 0 @ripple-factor @base02, 0 …
148 …: 0 0 0 0 @base02, 0 0 0 @ripple-factor @ripple-color, 0 0 0 @ripple-factor * 2 @base02, 0 0 0 @r…
[all …]
/dports/misc/concourse/concourse-6.7.2/web/assets/css/
H A Dcolors.less79 .ripple-animation("small-started-ripple-@{theme}", 2px, @base0A);
101 &.started .animation-large{.ripple-animation("large-started-ripples-@{theme}", 15px, @base0A);}
105 &.started .animation-medium{.ripple-animation("medium-started-ripples-@{theme}", 7px, @base0A);}
109 &.started .animation-small{.ripple-animation("small-started-ripples-@{theme}", 3px, @base0A);}
124 .ripple-animation(@name, @ripple-factor, @ripple-color) {
130 …box-shadow: 0 0 0 -@ripple-factor @base02, 0 0 0 0 @ripple-color, 0 0 0 @ripple-factor @base02, 0 …
134 …: 0 0 0 0 @base02, 0 0 0 @ripple-factor @ripple-color, 0 0 0 @ripple-factor * 2 @base02, 0 0 0 @r…
138 …box-shadow: 0 0 0 @ripple-factor @base02, 0 0 0 @ripple-factor * 2 @ripple-color, 0 0 0 @ripple-f…
144 …box-shadow: 0 0 0 -@ripple-factor @base02, 0 0 0 0 @ripple-color, 0 0 0 @ripple-factor @base02, 0 …
148 …: 0 0 0 0 @base02, 0 0 0 @ripple-factor @ripple-color, 0 0 0 @ripple-factor * 2 @base02, 0 0 0 @r…
[all …]
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DRippleOverlay.cpp19 RippleOverlay::addRipple(Ripple *ripple) in addRipple() argument
21 ripple->setOverlay(this); in addRipple()
22 ripples_.push_back(ripple); in addRipple()
23 ripple->start(); in addRipple()
29 Ripple *ripple = new Ripple(position); in addRipple() local
30 ripple->setRadiusEndValue(radius); in addRipple()
31 addRipple(ripple); in addRipple()
35 RippleOverlay::removeRipple(Ripple *ripple) in removeRipple() argument
37 if (ripples_.removeOne(ripple)) in removeRipple()
38 delete ripple; in removeRipple()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/python/filter/
H A Dpfb.py56 ripple = 0.1
63 ripple += 0.01
116 ripple = 0.99
123 ripple += 0.01
165 ripple = 0.1
172 ripple += 0.01
233 ripple = 0.1
243 ripple = 0.1
307 ripple = 0.1
317 ripple = 0.1
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dflood_fill_ink_drop_ripple_unittest.cc31 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
49 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
83 FloodFillInkDropRipple ripple(host_size, center_point, color, in TEST() local
85 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
88 ripple.AnimateToState(InkDropState::ACTIVATED); in TEST()
95 ripple.AnimateToState(InkDropState::HIDDEN); in TEST()
99 ripple.AnimateToState(InkDropState::ACTION_PENDING); in TEST()
100 ripple.AnimateToState(InkDropState::ACTIVATED); in TEST()
122 FloodFillInkDropRipple ripple(host_size, center_point, color, in TEST() local
124 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/animation/
H A Dflood_fill_ink_drop_ripple_unittest.cc33 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
51 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
85 FloodFillInkDropRipple ripple(host_size, center_point, color, in TEST() local
87 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
90 ripple.AnimateToState(InkDropState::ACTIVATED); in TEST()
97 ripple.AnimateToState(InkDropState::HIDDEN); in TEST()
101 ripple.AnimateToState(InkDropState::ACTION_PENDING); in TEST()
102 ripple.AnimateToState(InkDropState::ACTIVATED); in TEST()
124 FloodFillInkDropRipple ripple(host_size, center_point, color, in TEST() local
126 FloodFillInkDropRippleTestApi test_api(&ripple); in TEST()
[all …]
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/material/
H A Dqquickmaterialripple.cpp76 : QQuickAnimatedNode(ripple) in QQuickMaterialRippleWaveNode()
132 m_to = ripple->diameter(); in sync()
133 m_anchor = ripple->anchorPoint(); in sync()
134 m_bounds = ripple->boundingRect(); in sync()
141 rectNode->setColor(ripple->color()); in sync()
159 : QQuickAnimatedNode(ripple) in QQuickMaterialRippleBackgroundNode()
187 if (m_active != ripple->isActive()) { in sync()
188 m_active = ripple->isActive(); in sync()
199 const qreal w = ripple->width(); in sync()
200 const qreal h = ripple->height(); in sync()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer2/bower_components/paper-ripple/
H A DREADME.md1 …//travis-ci.org/PolymerElements/paper-ripple.svg?branch=master)](https://travis-ci.org/PolymerElem…
3 ## <paper-ripple>
7 `paper-ripple` provides a visual effect that other paper elements can
16 <link rel="import" href="paper-ripple.html">
24 paper-ripple {
35 <paper-ripple></paper-ripple>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer/components/paper-ripple/
H A DREADME.md1 …//travis-ci.org/PolymerElements/paper-ripple.svg?branch=master)](https://travis-ci.org/PolymerElem…
3 ##&lt;paper-ripple&gt;
7 `paper-ripple` provides a visual effect that other paper elements can
16 <link rel="import" href="paper-ripple.html">
24 paper-ripple {
35 <paper-ripple></paper-ripple>
/dports/audio/snd/snd-21.2/
H A Danalog-filter.rb168 def chebyshev_prototype(n, ripple = 1.0)
169 e = sqrt((10.0 ** (0.1 * ripple)) - 1.0)
199 def make_chebyshev_lowpass(n, fc, ripple = 1.0)
201 proto = chebyshev_prototype(n, ripple)
210 def make_chebyshev_highpass(n, fc, ripple = 1.0)
212 proto = chebyshev_prototype(n, ripple)
223 lp = make_chebyshev_lowpass(n, fh, ripple)
224 hp = make_chebyshev_highpass(n, fl, ripple)
233 lp = make_chebyshev_lowpass(n, fl, ripple)
234 hp = make_chebyshev_highpass(n, fh, ripple)
[all …]
/dports/x11-themes/materia-gtk-theme/materia-theme-20210322/src/gtk-3.0/sass/
H A D_drawing.scss7 @keyframes ripple {
13 @keyframes ripple-on-slider {
19 @keyframes ripple-on-headerbar {
106 $ripple-transition-duration: $duration, $ripple-fade-in-duration, $ripple-fade-out-duration, $rippl…
107 $ripple-active-transition-duration: $duration, $ripple-fade-in-duration, 0ms, 0ms;
109 %ripple {
110 transition-property: $ripple-transition-property;
111 transition-duration: $ripple-transition-duration;
120 transition-duration: $ripple-active-transition-duration;
121 animation: ripple $ripple-fade-in-duration $ease-out forwards;
[all …]
/dports/x11-themes/materia-gtk-theme/materia-theme-20210322/src/gtk-4.0/sass/
H A D_drawing.scss7 @keyframes ripple {
13 @keyframes ripple-on-slider {
19 @keyframes ripple-on-headerbar {
106 $ripple-transition-duration: $duration, $ripple-fade-in-duration, $ripple-fade-out-duration, $rippl…
107 $ripple-active-transition-duration: $duration, $ripple-fade-in-duration, 0ms, 0ms;
109 %ripple {
110 transition-property: $ripple-transition-property;
111 transition-duration: $ripple-transition-duration;
119 transition-duration: $ripple-active-transition-duration;
120 animation: ripple $ripple-fade-in-duration $ease-out forwards;
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/widgets/
H A Ddiscrete_sliders.cpp127 if (_sections[pressed].ripple) { in mouseReleaseEvent()
128 _sections[pressed].ripple->lastStop(); in mouseReleaseEvent()
170 setSelectOnPress(_st.ripple.showDuration == 0); in SettingsSlider()
244 if (!_st.ripple.showDuration) return; in startRipple()
248 if (!section.ripple) { in startRipple()
250 section.ripple = std::make_unique<RippleAnimation>( in startRipple()
251 _st.ripple, in startRipple()
256 section.ripple->add(point - QPoint(section.left, 0)); in startRipple()
292 if (section.ripple) { in paintEvent()
295 if (section.ripple->empty()) { in paintEvent()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dedit_peer_requests_box.cpp47 std::unique_ptr<Ui::RippleAnimation> &ripple,
138 auto &ripple = *pointer; in elementAddRipple() local
139 if (!ripple) { in elementAddRipple()
147 ? st::requestsAcceptButton.ripple in elementAddRipple()
148 : st::requestsRejectButton.ripple), in elementAddRipple()
152 ripple->add(point); in elementAddRipple()
444 ripple, in rowPaintAccept()
463 ripple, in rowPaintReject()
485 if (ripple) { in paintButton()
487 if (ripple->empty()) { in paintButton()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstshagadelic.c90 g_free (filter->ripple); in gst_shagadelictv_set_info()
92 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
122 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
187 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
190 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
218 g_free (filter->ripple); in gst_shagadelictv_finalize()
219 filter->ripple = NULL; in gst_shagadelictv_finalize()
254 filter->ripple = NULL; in gst_shagadelictv_init()

12345678910>>...72