Home
last modified time | relevance | path

Searched refs:STRIPE_WIDTH (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_blur.c47 #if STRIPE_WIDTH > 8
87 dst += STRIPE_WIDTH; in ass_stripe_unpack_c()
105 dst += STRIPE_WIDTH; in ass_stripe_pack_c()
212 for (uintptr_t x = STRIPE_WIDTH; x < dst_width; x += 2 * STRIPE_WIDTH) { in ass_expand_horz_c()
220 for (int k = STRIPE_WIDTH / 2; k < STRIPE_WIDTH; ++k) in ass_expand_horz_c()
237 dst += STRIPE_WIDTH; in ass_expand_horz_c()
238 offs += STRIPE_WIDTH; in ass_expand_horz_c()
541 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
550 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
602 #if STRIPE_WIDTH < 12 in ass_blur1246_horz_c()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_blur.c47 #if STRIPE_WIDTH > 8
87 dst += STRIPE_WIDTH; in ass_stripe_unpack_c()
105 dst += STRIPE_WIDTH; in ass_stripe_pack_c()
212 for (uintptr_t x = STRIPE_WIDTH; x < dst_width; x += 2 * STRIPE_WIDTH) { in ass_expand_horz_c()
220 for (int k = STRIPE_WIDTH / 2; k < STRIPE_WIDTH; ++k) in ass_expand_horz_c()
237 dst += STRIPE_WIDTH; in ass_expand_horz_c()
238 offs += STRIPE_WIDTH; in ass_expand_horz_c()
541 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
550 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
602 #if STRIPE_WIDTH < 12 in ass_blur1246_horz_c()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_blur.c47 #if STRIPE_WIDTH > 8
87 dst += STRIPE_WIDTH; in ass_stripe_unpack_c()
105 dst += STRIPE_WIDTH; in ass_stripe_pack_c()
212 for (uintptr_t x = STRIPE_WIDTH; x < dst_width; x += 2 * STRIPE_WIDTH) { in ass_expand_horz_c()
220 for (int k = STRIPE_WIDTH / 2; k < STRIPE_WIDTH; ++k) in ass_expand_horz_c()
237 dst += STRIPE_WIDTH; in ass_expand_horz_c()
238 offs += STRIPE_WIDTH; in ass_expand_horz_c()
541 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
550 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
602 #if STRIPE_WIDTH < 12 in ass_blur1246_horz_c()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_blur.c47 #if STRIPE_WIDTH > 8
87 dst += STRIPE_WIDTH; in ass_stripe_unpack_c()
105 dst += STRIPE_WIDTH; in ass_stripe_pack_c()
212 for (uintptr_t x = STRIPE_WIDTH; x < dst_width; x += 2 * STRIPE_WIDTH) { in ass_expand_horz_c()
220 for (int k = STRIPE_WIDTH / 2; k < STRIPE_WIDTH; ++k) in ass_expand_horz_c()
237 dst += STRIPE_WIDTH; in ass_expand_horz_c()
238 offs += STRIPE_WIDTH; in ass_expand_horz_c()
541 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
550 #if STRIPE_WIDTH < 10 in ass_blur1235_horz_c()
602 #if STRIPE_WIDTH < 12 in ass_blur1246_horz_c()
[all …]
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_blur.c49 #if STRIPE_WIDTH > 8
87 dst += STRIPE_WIDTH; in ass_stripe_unpack_c()
103 src += STRIPE_WIDTH; in ass_stripe_pack_c()
105 dst += STRIPE_WIDTH; in ass_stripe_pack_c()
153 dst += STRIPE_WIDTH; in ass_shrink_horz_c()
154 offs += STRIPE_WIDTH; in ass_shrink_horz_c()
212 for (uintptr_t x = STRIPE_WIDTH; x < dst_width; x += 2 * STRIPE_WIDTH) { in ass_expand_horz_c()
220 for (int k = STRIPE_WIDTH / 2; k < STRIPE_WIDTH; k++) in ass_expand_horz_c()
237 dst += STRIPE_WIDTH; in ass_expand_horz_c()
238 offs += STRIPE_WIDTH; in ass_expand_horz_c()
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/plugins/shotwell-transitions/
H A DCrumbleEffect.vala32 private const int STRIPE_WIDTH = 10;
53 // Cut original image into stripes of STRIPE_WIDTH width; also prepare
56 stripes_count = visuals.from_pixbuf.width / STRIPE_WIDTH;
60 from_stripes[i] = new Cairo.ImageSurface(Cairo.Format.RGB24, STRIPE_WIDTH,
63 Gdk.cairo_set_source_pixbuf(ctx, visuals.from_pixbuf, - i * STRIPE_WIDTH, 0);
80 int x = visuals.from_pos.x + i * STRIPE_WIDTH;
/dports/graphics/elementary-photos/photos-2.7.1/plugins/pantheon-photos-transitions/
H A DCrumbleEffect.vala45 private const int STRIPE_WIDTH = 10;
66 // Cut original image into stripes of STRIPE_WIDTH width; also prepare
69 stripes_count = visuals.from_pixbuf.width / STRIPE_WIDTH;
73 from_stripes[i] = new Cairo.ImageSurface (Cairo.Format.RGB24, STRIPE_WIDTH,
76 Gdk.cairo_set_source_pixbuf (ctx, visuals.from_pixbuf, - i * STRIPE_WIDTH, 0);
93 int x = visuals.from_pos.x + i * STRIPE_WIDTH;
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c105 #define STRIPE_WIDTH 45 macro
107 #define STRIPE_WIDTH 30 macro
218 stripe_x = windata->width - STRIPE_WIDTH - stripe_x; in draw_stripe()
248 cairo_rectangle(cr, stripe_x, stripe_y, STRIPE_WIDTH, stripe_height); in draw_stripe()
255 gradient = cairo_pattern_create_linear(stripe_x, 0, STRIPE_WIDTH, 0); in draw_stripe()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c110 #define STRIPE_WIDTH 32 macro
411 cairo_rectangle (cr, 0, 0, STRIPE_WIDTH, windata->height); in draw_stripe()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/common/
H A Dcommon.h184 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/common/
H A Dcommon.h184 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/common/
H A Dcommon.h184 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/gtk2/common/
H A Dcommon.h184 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/common/
H A Dcommon.h198 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/common/
H A Dcommon.h198 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt4/common/
H A Dcommon.h200 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt4/common/
H A Dcommon.h200 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt4/common/
H A Dcommon.h200 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/common/
H A Dcommon.h198 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt4/common/
H A Dcommon.h200 #define STRIPE_WIDTH 10 macro
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/common/
H A Dcommon.h198 #define STRIPE_WIDTH 10 macro
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c94 #define STRIPE_WIDTH 32 macro
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp374 Cairo::stripes(cr, x, y, w, h, horizontal, STRIPE_WIDTH); in addStripes()
1545 int posMod = opts.animatedProgress ? STRIPE_WIDTH - animShift : 0; in drawProgress()
1546 int sizeMod = opts.animatedProgress ? (STRIPE_WIDTH * 2) : 0; in drawProgress()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp374 Cairo::stripes(cr, x, y, w, h, horizontal, STRIPE_WIDTH); in addStripes()
1545 int posMod = opts.animatedProgress ? STRIPE_WIDTH - animShift : 0; in drawProgress()
1546 int sizeMod = opts.animatedProgress ? (STRIPE_WIDTH * 2) : 0; in drawProgress()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp374 Cairo::stripes(cr, x, y, w, h, horizontal, STRIPE_WIDTH); in addStripes()
1545 int posMod = opts.animatedProgress ? STRIPE_WIDTH - animShift : 0; in drawProgress()
1546 int sizeMod = opts.animatedProgress ? (STRIPE_WIDTH * 2) : 0; in drawProgress()

12