Home
last modified time | relevance | path

Searched refs:dest_w (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/openrisc/lib/
H A Dmemcpy.c36 *dest_w++ = *src_w++; in memcpy()
37 *dest_w++ = *src_w++; in memcpy()
38 *dest_w++ = *src_w++; in memcpy()
39 *dest_w++ = *src_w++; in memcpy()
40 *dest_w++ = *src_w++; in memcpy()
41 *dest_w++ = *src_w++; in memcpy()
42 *dest_w++ = *src_w++; in memcpy()
43 *dest_w++ = *src_w++; in memcpy()
47 *dest_w++ = *src_w++; in memcpy()
48 *dest_w++ = *src_w++; in memcpy()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/openrisc/lib/
H A Dmemcpy.c36 *dest_w++ = *src_w++; in memcpy()
37 *dest_w++ = *src_w++; in memcpy()
38 *dest_w++ = *src_w++; in memcpy()
39 *dest_w++ = *src_w++; in memcpy()
40 *dest_w++ = *src_w++; in memcpy()
41 *dest_w++ = *src_w++; in memcpy()
42 *dest_w++ = *src_w++; in memcpy()
43 *dest_w++ = *src_w++; in memcpy()
47 *dest_w++ = *src_w++; in memcpy()
48 *dest_w++ = *src_w++; in memcpy()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/openrisc/lib/
H A Dmemcpy.c36 *dest_w++ = *src_w++; in memcpy()
37 *dest_w++ = *src_w++; in memcpy()
38 *dest_w++ = *src_w++; in memcpy()
39 *dest_w++ = *src_w++; in memcpy()
40 *dest_w++ = *src_w++; in memcpy()
41 *dest_w++ = *src_w++; in memcpy()
42 *dest_w++ = *src_w++; in memcpy()
43 *dest_w++ = *src_w++; in memcpy()
47 *dest_w++ = *src_w++; in memcpy()
48 *dest_w++ = *src_w++; in memcpy()
[all …]
/dports/graphics/imlib2_loaders/imlib2_loaders-1.7.0/src/modules/loaders/
H A Dloader_xcf.h6 int src_h, DATA32 * dest, int dest_w,
9 DATA32 * dest, int dest_w, int dest_h,
12 DATA32 * dest, int dest_w, int dest_h,
15 int src_h, DATA32 * dest, int dest_w,
18 int src_h, DATA32 * dest, int dest_w,
24 int src_h, DATA32 * dest, int dest_w,
27 DATA32 * dest, int dest_w, int dest_h,
36 DATA32 * dest, int dest_w, int dest_h,
39 DATA32 * dest, int dest_w, int dest_h,
42 DATA32 * dest, int dest_w, int dest_h,
[all …]
H A Dloader_xcf_pixelfuncs.c309 int *dest_x, int *dest_y, int dest_w, int dest_h) in _clip() argument
311 if (*dest_x + *src_br_x >= dest_w) in _clip()
313 *src_br_x -= (*dest_x + *src_br_x) - dest_w; in _clip()
393 DATA32 * dst_, int dest_w, int dest_h, in combine_pixels_add() argument
428 DATA32 * dst_, int dest_w, int dest_h, in combine_pixels_sub() argument
463 DATA32 * dst_, int dest_w, int dest_h, in combine_pixels_diff() argument
589 DATA32 * dst_, int dest_w, int dest_h, in combine_pixels_div() argument
688 DATA32 * dst_, int dest_w, int dest_h, in combine_pixels_hsv() argument
732 DATA32 * dest, int dest_w, int dest_h, in combine_pixels_hue() argument
741 DATA32 * dest, int dest_w, int dest_h, in combine_pixels_sat() argument
[all …]
/dports/x11-themes/gtk-murrine-engine/murrine-0.98.2/src/
H A Dmurrine_rc_style.c861 MurrineRcStyle *dest_w, *src_w; in murrine_rc_style_merge() local
872 dest_w = MURRINE_RC_STYLE (dest); in murrine_rc_style_merge()
880 dest_w->cellstyle = src_w->cellstyle; in murrine_rc_style_merge()
902 dest_w->glowstyle = src_w->glowstyle; in murrine_rc_style_merge()
922 dest_w->menustyle = src_w->menustyle; in murrine_rc_style_merge()
940 dest_w->textstyle = src_w->textstyle; in murrine_rc_style_merge()
946 dest_w->flags |= src_w->flags; in murrine_rc_style_merge()
956 dest_w->contrast = src_w->contrast; in murrine_rc_style_merge()
958 dest_w->rgba = src_w->rgba; in murrine_rc_style_merge()
962 dest_w->bflags |= src_w->bflags; in murrine_rc_style_merge()
[all …]
/dports/devel/efl/efl-1.25.1/src/generic/evas/xcf/
H A Dpixelfuncs.c284 int dest_w, int dest_h) in _clip() argument
286 if (*dest_x + *src_br_x >= dest_w) in _clip()
287 { *src_br_x -= (*dest_x + *src_br_x) - dest_w; } in _clip()
323 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_normal()
369 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_add()
402 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_sub()
435 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_diff()
467 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_darken()
491 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_lighten()
516 d_idx = LINEAR((dest_x + x - src_tl_x), (dest_y + y - src_tl_y), dest_w); in combine_pixels_mult()
[all …]
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dgfx_rotozoom.t59 my ( $dest_w, $dest_h ) = @{ SDL::GFX::Rotozoom::surface_size( 100, 200, 45, 1 ) };
60 is( $dest_w > 100, 1, 'surface_size, resulting width raises at angle is 45' );
62 ( $dest_w, $dest_h ) = @{ SDL::GFX::Rotozoom::surface_size( 100, 200, 45, 0.3 ) };
63 is( $dest_w < 100, 1, 'surface_size, resulting width decreases at zoom 0.3' );
75 ( $dest_w, $dest_h ) = @{ SDL::GFX::Rotozoom::surface_size_xy( 100, 200, 45, 1.3, 1.7 ) };
76 is( $dest_w > 100,
83 is( $dest_w < 100,
95 ( $dest_w, $dest_h ) = @{ SDL::GFX::Rotozoom::zoom_surface_size( 100, 200, 0.5, 0.7 ) };
96 is( $dest_w < 100,
102 ( $dest_w, $dest_h ) = @{ SDL::GFX::Rotozoom::zoom_surface_size( 100, 200, 1.2, 7.7 ) };
[all …]
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/industrial/src/
H A Dindustrial_rc_style.c74 IndustrialRcStyle *dest_w, *src_w; in industrial_rc_style_merge() local
83 dest_w = INDUSTRIAL_RC_STYLE (dest); in industrial_rc_style_merge()
85 fields = (~dest_w->fields) & src_w->fields; in industrial_rc_style_merge()
88 dest_w->contrast = src_w->contrast; in industrial_rc_style_merge()
90 dest_w->rounded_buttons = src_w->rounded_buttons; in industrial_rc_style_merge()
92 dest_w->hint = src_w->hint; in industrial_rc_style_merge()
94 dest_w->fields = dest_w->fields | src_w->fields; in industrial_rc_style_merge()
/dports/x11-themes/gtk-nodoka-engine/gtk-nodoka-engine-0.7.5/src/GTKEngine/
H A Dnodoka_rc_style.c458 NodokaRcStyle *dest_w, *src_w; in nodoka_rc_style_merge() local
467 dest_w = NODOKA_RC_STYLE (dest); in nodoka_rc_style_merge()
469 flags = (~dest_w->flags) & src_w->flags; in nodoka_rc_style_merge()
473 dest_w->has_scrollbar_color = TRUE; in nodoka_rc_style_merge()
477 dest_w->contrast = src_w->contrast; in nodoka_rc_style_merge()
481 dest_w->roundness = src_w->roundness; in nodoka_rc_style_merge()
493 dest_w->animation = src_w->animation; in nodoka_rc_style_merge()
495 dest_w->gradients = src_w->gradients; in nodoka_rc_style_merge()
497 dest_w->stripes = src_w->stripes; in nodoka_rc_style_merge()
503 dest_w->focus_fill = src_w->focus_fill; in nodoka_rc_style_merge()
[all …]
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/clearlooks/src/
H A Dclearlooks_rc_style.c447 ClearlooksRcStyle *dest_w, *src_w; in clearlooks_rc_style_merge() local
456 dest_w = CLEARLOOKS_RC_STYLE (dest); in clearlooks_rc_style_merge()
458 flags = (~dest_w->flags) & src_w->flags; in clearlooks_rc_style_merge()
461 dest_w->style = src_w->style; in clearlooks_rc_style_merge()
463 dest_w->contrast = src_w->contrast; in clearlooks_rc_style_merge()
465 dest_w->reliefstyle = src_w->reliefstyle; in clearlooks_rc_style_merge()
471 dest_w->focus_color = src_w->focus_color; in clearlooks_rc_style_merge()
477 dest_w->animation = src_w->animation; in clearlooks_rc_style_merge()
479 dest_w->radius = src_w->radius; in clearlooks_rc_style_merge()
481 dest_w->hint = src_w->hint; in clearlooks_rc_style_merge()
[all …]
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/libxfce4panel/
H A Dxfce-panel-image.c529 gint dest_w, dest_h; in xfce_panel_image_load() local
531 dest_w = priv->width; in xfce_panel_image_load()
535 && dest_w < 32 in xfce_panel_image_load()
536 && dest_w == dest_h)) in xfce_panel_image_load()
540 if (dest_w > 16 && dest_w < 22) in xfce_panel_image_load()
541 dest_w = 16; in xfce_panel_image_load()
542 else if (dest_w > 22 && dest_w < 24) in xfce_panel_image_load()
543 dest_w = 22; in xfce_panel_image_load()
544 else if (dest_w > 24 && dest_w < 32) in xfce_panel_image_load()
545 dest_w = 24; in xfce_panel_image_load()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/clearlooks-newer/
H A Dclearlooks_rc_style.c445 ClearlooksRcStyle *dest_w, *src_w; in clearlooks_rc_style_merge() local
454 dest_w = CLEARLOOKS_RC_STYLE (dest); in clearlooks_rc_style_merge()
456 flags = (~dest_w->flags) & src_w->flags; in clearlooks_rc_style_merge()
459 dest_w->style = src_w->style; in clearlooks_rc_style_merge()
461 dest_w->contrast = src_w->contrast; in clearlooks_rc_style_merge()
463 dest_w->menubarstyle = src_w->menubarstyle; in clearlooks_rc_style_merge()
465 dest_w->toolbarstyle = src_w->toolbarstyle; in clearlooks_rc_style_merge()
467 dest_w->scrollbar_color = src_w->scrollbar_color; in clearlooks_rc_style_merge()
471 dest_w->animation = src_w->animation; in clearlooks_rc_style_merge()
473 dest_w->radius = src_w->radius; in clearlooks_rc_style_merge()
[all …]
/dports/x11-themes/clearlooks/clearlooks-0.6.2/src/
H A Dclearlooks_rc_style.c361 ClearlooksRcStyle *dest_w, *src_w; in clearlooks_rc_style_merge() local
369 dest_w = CLEARLOOKS_RC_STYLE (dest); in clearlooks_rc_style_merge()
371 dest_w->contrast = src_w->contrast; in clearlooks_rc_style_merge()
372 dest_w->sunkenmenubar = src_w->sunkenmenubar; in clearlooks_rc_style_merge()
373 dest_w->progressbarstyle = src_w->progressbarstyle; in clearlooks_rc_style_merge()
374 dest_w->menubarstyle = src_w->menubarstyle; in clearlooks_rc_style_merge()
375 dest_w->menuitemstyle = src_w->menuitemstyle; in clearlooks_rc_style_merge()
376 dest_w->listviewitemstyle = src_w->listviewitemstyle; in clearlooks_rc_style_merge()
380 dest_w->has_spot_color = TRUE; in clearlooks_rc_style_merge()
381 dest_w->spot_color = src_w->spot_color; in clearlooks_rc_style_merge()
/dports/x11-themes/clearlooks-themes/clearlooks-0.6.2/src/
H A Dclearlooks_rc_style.c361 ClearlooksRcStyle *dest_w, *src_w; in clearlooks_rc_style_merge() local
369 dest_w = CLEARLOOKS_RC_STYLE (dest); in clearlooks_rc_style_merge()
371 dest_w->contrast = src_w->contrast; in clearlooks_rc_style_merge()
372 dest_w->sunkenmenubar = src_w->sunkenmenubar; in clearlooks_rc_style_merge()
373 dest_w->progressbarstyle = src_w->progressbarstyle; in clearlooks_rc_style_merge()
374 dest_w->menubarstyle = src_w->menubarstyle; in clearlooks_rc_style_merge()
375 dest_w->menuitemstyle = src_w->menuitemstyle; in clearlooks_rc_style_merge()
376 dest_w->listviewitemstyle = src_w->listviewitemstyle; in clearlooks_rc_style_merge()
380 dest_w->has_spot_color = TRUE; in clearlooks_rc_style_merge()
381 dest_w->spot_color = src_w->spot_color; in clearlooks_rc_style_merge()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dos_support.h196 wchar_t *src_w, *dest_w; local
201 if (utf8towchar(dest_utf8, &dest_w)) {
205 if (!src_w || !dest_w) {
207 av_free(dest_w);
211 ret = MoveFileExW(src_w, dest_w, MOVEFILE_REPLACE_EXISTING);
213 av_free(dest_w);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dos_support.h199 wchar_t *src_w, *dest_w; local
204 if (utf8towchar(dest_utf8, &dest_w)) {
208 if (!src_w || !dest_w) {
210 av_free(dest_w);
214 ret = MoveFileExW(src_w, dest_w, MOVEFILE_REPLACE_EXISTING);
216 av_free(dest_w);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dos_support.h199 wchar_t *src_w, *dest_w; local
204 if (utf8towchar(dest_utf8, &dest_w)) {
208 if (!src_w || !dest_w) {
210 av_free(dest_w);
214 ret = MoveFileExW(src_w, dest_w, MOVEFILE_REPLACE_EXISTING);
216 av_free(dest_w);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dos_support.h199 wchar_t *src_w, *dest_w; local
204 if (utf8towchar(dest_utf8, &dest_w)) {
208 if (!src_w || !dest_w) {
210 av_free(dest_w);
214 ret = MoveFileExW(src_w, dest_w, MOVEFILE_REPLACE_EXISTING);
216 av_free(dest_w);
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dos_support.h199 wchar_t *src_w, *dest_w; local
204 if (utf8towchar(dest_utf8, &dest_w)) {
208 if (!src_w || !dest_w) {
210 av_free(dest_w);
214 ret = MoveFileExW(src_w, dest_w, MOVEFILE_REPLACE_EXISTING);
216 av_free(dest_w);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DPictureGraphics.c186 src_x, src_y, dest_w, dest_h); in PTileRectangle()
213 0, 0, dest_w, dest_h); in PTileRectangle()
233 dest_x, dest_y, dest_w, dest_h); in PTileRectangle()
444 w = dest_w; in PCreateRenderPixmap()
451 n_src_w = w = (dest_w < src_w)? dest_w:src_w; in PCreateRenderPixmap()
1005 if (dest_w == 0 && dest_h == 0) in PGraphicsRenderPixmaps()
1007 dest_w = src_w; dest_h = src_h; in PGraphicsRenderPixmaps()
1116 src_x, src_y, dest_w, dest_h, dest_x, dest_y, dest_w, dest_h, in PGraphicsTileRectangle()
1329 dest_x, dest_y, dest_w, dest_h)) in PGraphicsTintRectangle()
1338 dest_x, dest_y, dest_w, dest_h, in PGraphicsTintRectangle()
[all …]
H A DPictureGraphics.h47 int dest_x, int dest_y, int dest_w, int dest_h, int do_repeat);
61 int dest_x, int dest_y, int dest_w, int dest_h, int do_repeat);
109 int dest_x, int dest_y, int dest_w, int dest_h);
126 int dest_x, int dest_y, int dest_w, int dest_h);
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DPictureGraphics.c186 src_x, src_y, dest_w, dest_h); in PTileRectangle()
213 0, 0, dest_w, dest_h); in PTileRectangle()
233 dest_x, dest_y, dest_w, dest_h); in PTileRectangle()
444 w = dest_w; in PCreateRenderPixmap()
451 n_src_w = w = (dest_w < src_w)? dest_w:src_w; in PCreateRenderPixmap()
1002 if (dest_w == 0 && dest_h == 0) in PGraphicsRenderPixmaps()
1004 dest_w = src_w; dest_h = src_h; in PGraphicsRenderPixmaps()
1113 src_x, src_y, dest_w, dest_h, dest_x, dest_y, dest_w, dest_h, in PGraphicsTileRectangle()
1328 dest_x, dest_y, dest_w, dest_h)) in PGraphicsTintRectangle()
1337 dest_x, dest_y, dest_w, dest_h, in PGraphicsTintRectangle()
[all …]
H A DPictureGraphics.h45 int dest_x, int dest_y, int dest_w, int dest_h, int do_repeat);
59 int dest_x, int dest_y, int dest_w, int dest_h, int do_repeat);
107 int dest_x, int dest_y, int dest_w, int dest_h);
124 int dest_x, int dest_y, int dest_w, int dest_h);
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dpixbuf_utils.c31 gint dest_w, dest_h, dest_rs; in pixbuf_copy_rotate_90() local
45 dest_w = src_h; in pixbuf_copy_rotate_90()
47 dest = gdk_pixbuf_new (GDK_COLORSPACE_RGB, has_alpha, 8, dest_w, dest_h); in pixbuf_copy_rotate_90()
59 dest_p = dest_pix + (j * dest_rs) + ((dest_w - i - 1) * a); in pixbuf_copy_rotate_90()

1234567891011