Home
last modified time | relevance | path

Searched refs:src_w (Results 1 – 25 of 1162) sorted by relevance

12345678910>>...47

/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Doverlay.c60 if (!src_w || !dst_w) in _copy_win()
124 if (!src_w || !dst_w) in overlay()
130 last_col = min(src_w->_begx + src_w->_maxx, dst_w->_begx + dst_w->_maxx); in overlay()
131 last_line = min(src_w->_begy + src_w->_maxy, dst_w->_begy + dst_w->_maxy); in overlay()
146 if (src_w->_begx <= dst_w->_begx) in overlay()
157 if (src_w->_begy <= dst_w->_begy) in overlay()
181 if (!src_w || !dst_w) in overwrite()
187 last_col = min(src_w->_begx + src_w->_maxx, dst_w->_begx + dst_w->_maxx); in overwrite()
188 last_line = min(src_w->_begy + src_w->_maxy, dst_w->_begy + dst_w->_maxy); in overwrite()
203 if (src_w->_begx <= dst_w->_begx) in overwrite()
[all …]
/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/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Doverlay.c63 if (!src_w || !dst_w) in _copy_win()
125 if (!src_w || !dst_w) in _copy_overlap()
131 last_col = min(src_w->_begx + src_w->_maxx, dst_w->_begx + dst_w->_maxx); in _copy_overlap()
132 last_line = min(src_w->_begy + src_w->_maxy, dst_w->_begy + dst_w->_maxy); in _copy_overlap()
147 if (src_w->_begx <= dst_w->_begx) in _copy_overlap()
158 if (src_w->_begy <= dst_w->_begy) in _copy_overlap()
174 int overlay(const WINDOW *src_w, WINDOW *dst_w) in overlay() argument
178 return _copy_overlap(src_w, dst_w, TRUE); in overlay()
185 return _copy_overlap(src_w, dst_w, FALSE); in overwrite()
201 src_rows = src_w->_maxy - src_tr; in copywin()
[all …]
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Doverlay.c63 if (!src_w || !dst_w) in _copy_win()
125 if (!src_w || !dst_w) in _copy_overlap()
131 last_col = min(src_w->_begx + src_w->_maxx, dst_w->_begx + dst_w->_maxx); in _copy_overlap()
132 last_line = min(src_w->_begy + src_w->_maxy, dst_w->_begy + dst_w->_maxy); in _copy_overlap()
147 if (src_w->_begx <= dst_w->_begx) in _copy_overlap()
158 if (src_w->_begy <= dst_w->_begy) in _copy_overlap()
174 int overlay(const WINDOW *src_w, WINDOW *dst_w) in overlay() argument
178 return _copy_overlap(src_w, dst_w, TRUE); in overlay()
185 return _copy_overlap(src_w, dst_w, FALSE); in overwrite()
201 src_rows = src_w->_maxy - src_tr; in copywin()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Doverlay.c63 if (!src_w || !dst_w) in move()
125 if (!src_w || !dst_w)
131 last_col = min(src_w->_begx + src_w->_maxx, dst_w->_begx + dst_w->_maxx);
132 last_line = min(src_w->_begy + src_w->_maxy, dst_w->_begy + dst_w->_maxy);
147 if (src_w->_begx <= dst_w->_begx)
158 if (src_w->_begy <= dst_w->_begy)
174 int overlay(const WINDOW *src_w, WINDOW *dst_w)
178 return _copy_overlap(src_w, dst_w, TRUE);
185 return _copy_overlap(src_w, dst_w, FALSE);
201 src_rows = src_w->_maxy - src_tr;
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Doverlay.c63 if (!src_w || !dst_w) in _copy_win()
125 if (!src_w || !dst_w) in _copy_overlap()
131 last_col = min(src_w->_begx + src_w->_maxx, dst_w->_begx + dst_w->_maxx); in _copy_overlap()
132 last_line = min(src_w->_begy + src_w->_maxy, dst_w->_begy + dst_w->_maxy); in _copy_overlap()
147 if (src_w->_begx <= dst_w->_begx) in _copy_overlap()
158 if (src_w->_begy <= dst_w->_begy) in _copy_overlap()
174 int overlay(const WINDOW *src_w, WINDOW *dst_w) in overlay() argument
178 return _copy_overlap(src_w, dst_w, TRUE); in overlay()
185 return _copy_overlap(src_w, dst_w, FALSE); in overwrite()
201 src_rows = src_w->_maxy - src_tr; in copywin()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.resamp.interp/
H A Dmain.c115 while (src_w.west >= dst_w.east && src_w.east - 360.0 > dst_w.west) { in main()
119 while (src_w.east <= dst_w.west && src_w.west + 360.0 < dst_w.east) { in main()
138 int c0 = (int)floor(((west - src_w.west) / src_w.ew_res) - 0.5) - 2; in main()
139 int c1 = (int)floor(((east - src_w.west) / src_w.ew_res) - 0.5) + 3; in main()
141 src_w.south -= src_w.ns_res * (r1 - src_w.rows); in main()
142 src_w.north += src_w.ns_res * (-r0); in main()
143 src_w.west -= src_w.ew_res * (-c0); in main()
144 src_w.east += src_w.ew_res * (c1 - src_w.cols); in main()
145 src_w.rows = r1 - r0; in main()
364 G_format_resolution(src_w.ns_res, buf_nsres, src_w.proj); in main()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.resamp.stats/
H A Dmain.c107 col_map[col] = (int)floor((x - src_w.west) / src_w.ew_res + 0.5); in resamp_unweighted()
176 col_map[col] = (x - src_w.west) / src_w.ew_res; in resamp_weighted()
317 while (src_w.west >= dst_w.east && src_w.east - 360.0 > dst_w.west) { in main()
336 int c0 = (int)floor((dst_w.west - src_w.west) / src_w.ew_res); in main()
337 int c1 = src_w.cols + (int)ceil((dst_w.east - src_w.east) / src_w.ew_res); in main()
339 src_w.south -= src_w.ns_res * (r1 - src_w.rows); in main()
340 src_w.north += src_w.ns_res * (-r0); in main()
341 src_w.west -= src_w.ew_res * (-c0); in main()
342 src_w.east += src_w.ew_res * (c1 - src_w.cols); in main()
383 G_format_resolution(src_w.ns_res, buf_nsres, src_w.proj); in main()
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-swap-pane.c58 src_w = source->wl->window; in cmd_swap_pane_exec()
65 src_w = dst_w; in cmd_swap_pane_exec()
70 src_w = dst_w; in cmd_swap_pane_exec()
76 if (src_w != dst_w && window_push_zoom(src_w, 0, args_has(args, 'Z'))) in cmd_swap_pane_exec()
77 server_redraw_window(src_w); in cmd_swap_pane_exec()
105 dst_wp->window = src_w; in cmd_swap_pane_exec()
117 if (src_w != dst_w) { in cmd_swap_pane_exec()
130 if (src_w != dst_w) { in cmd_swap_pane_exec()
131 if (src_w->last == src_wp) in cmd_swap_pane_exec()
132 src_w->last = NULL; in cmd_swap_pane_exec()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.resamp.filter/
H A Dmain.c185 double x0 = (dx - f_x_radius - src_w.west) / src_w.ew_res; in make_h_weights()
186 double x1 = (dx + f_x_radius - src_w.west) / src_w.ew_res; in make_h_weights()
516 while (src_w.west >= dst_w.east && src_w.east - 360.0 > dst_w.west) { in main()
543 while (src_w.north + src_w.ns_res * (-r0) > 90 + src_w.ns_res / 2.0) { in main()
546 while (src_w.south - src_w.ns_res * (r1 - src_w.rows) < -90 - src_w.ns_res / 2.0) { in main()
551 src_w.south -= src_w.ns_res * (r1 - src_w.rows); in main()
552 src_w.north += src_w.ns_res * (-r0); in main()
553 src_w.west -= src_w.ew_res * (-c0); in main()
554 src_w.east += src_w.ew_res * (c1 - src_w.cols); in main()
591 G_format_resolution(src_w.ns_res, buf_nsres, src_w.proj); in main()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.tile/
H A Dmain.c24 static struct Cell_head dst_w, src_w, ovl_w; variable
81 G_get_set_window(&src_w); in main()
90 dst_w = src_w; in main()
101 src_w.cols = xtiles * dst_w.cols + 2 * overlap; in main()
103 src_w.west = src_w.west - overlap * src_w.ew_res; in main()
104 src_w.east = src_w.west + (src_w.cols + 2 * overlap) * src_w.ew_res; in main()
105 src_w.north = src_w.north + overlap * src_w.ns_res; in main()
106 src_w.south = src_w.north - (src_w.rows + 2 * overlap) * src_w.ns_res; in main()
108 Rast_set_input_window(&src_w); in main()
175 cellhd.north = src_w.north - ytile * dst_w.rows * src_w.ns_res; in write_support_files()
[all …]
/dports/graphics/imlib2_loaders/imlib2_loaders-1.7.0/src/modules/loaders/
H A Dloader_xcf.h5 extern void combine_pixels_normal(const DATA32 * src, int src_w,
8 extern void combine_pixels_add(const DATA32 * src, int src_w, int src_h,
11 extern void combine_pixels_sub(const DATA32 * src, int src_w, int src_h,
14 extern void combine_pixels_diff(const DATA32 * src, int src_w,
17 extern void combine_pixels_darken(const DATA32 * src, int src_w,
20 extern void combine_pixels_lighten(const DATA32 * src, int src_w,
23 extern void combine_pixels_mult(const DATA32 * src, int src_w,
26 extern void combine_pixels_div(const DATA32 * src, int src_w, int src_h,
29 extern void combine_pixels_screen(const DATA32 * src, int src_w,
32 extern void combine_pixels_overlay(const DATA32 * src, int src_w,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dskbitmap_operations_unittest.cc86 int src_w = 16, src_h = 16; in TEST() local
92 int i = y * src_w + x; in TEST()
102 int i = y * src_w + x; in TEST()
118 int src_w = 16, src_h = 16; in TEST() local
140 int i = y * src_w + x; in TEST()
201 int src_w = 16, src_h = 16; in TEST() local
235 int src_w = 16, src_h = 16; in TEST() local
320 src, src_w / 2, src_h / 2, src_w, src_h); in TEST()
327 *cropped.getAddr32((x + src_w / 2) % src_w, in TEST()
509 DrawRectWithColor(&canvas, src_w / 2, 0, src_w, src_h / 2, SK_ColorBLUE); in TEST()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Dvideo-render.c315 src_x, src_y, src_w, in render_yuv_image()
400 src_w *= 2; in render_yuv_image()
502 src_w, src_h, src_x, src_y, in render_yuv_image()
561 src_w, src_h, src_x, src_y, in render_yuv_image()
568 src_w, src_h, src_x, src_y, in render_yuv_image()
575 src_w, src_h, src_x, src_y, in render_yuv_image()
621 src_w *= 2; in render_yuv_image()
680 src_w *= 2; in render_yuv_image()
687 src_w, src_h, src_x, src_y, in render_yuv_image()
694 src_w, src_h, src_x, src_y, in render_yuv_image()
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-swap-pane.c48 struct window *src_w, *dst_w; in cmd_swap_pane_exec() local
60 src_w = dst_w; in cmd_swap_pane_exec()
65 src_w = dst_w; in cmd_swap_pane_exec()
70 server_unzoom_window(src_w); in cmd_swap_pane_exec()
73 if (src_w != dst_w) { in cmd_swap_pane_exec()
100 dst_wp->window = src_w; in cmd_swap_pane_exec()
110 if (src_w != dst_w) { in cmd_swap_pane_exec()
125 if (src_w != dst_w) { in cmd_swap_pane_exec()
126 if (src_w->last == src_wp) in cmd_swap_pane_exec()
127 src_w->last = NULL; in cmd_swap_pane_exec()
[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
871 src_w = MURRINE_RC_STYLE (src); 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/sysutils/tmux23/tmux-2.3/
H A Dcmd-swap-pane.c48 struct window *src_w, *dst_w; in cmd_swap_pane_exec() local
60 src_w = dst_w; in cmd_swap_pane_exec()
65 src_w = dst_w; in cmd_swap_pane_exec()
70 server_unzoom_window(src_w); in cmd_swap_pane_exec()
93 dst_wp->window = src_w; in cmd_swap_pane_exec()
103 if (src_w != dst_w) { in cmd_swap_pane_exec()
113 if (src_w->active == src_wp) in cmd_swap_pane_exec()
118 if (src_w != dst_w) { in cmd_swap_pane_exec()
119 if (src_w->last == src_wp) in cmd_swap_pane_exec()
120 src_w->last = NULL; in cmd_swap_pane_exec()
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-swap-pane.c52 struct window *src_w, *dst_w; in cmd_swap_pane_exec()
64 src_w = dst_w; in cmd_swap_pane_exec()
69 src_w = dst_w; in cmd_swap_pane_exec()
74 server_unzoom_window(src_w); in cmd_swap_pane_exec()
97 dst_wp->window = src_w; in cmd_swap_pane_exec()
107 if (src_w != dst_w) { in cmd_swap_pane_exec()
117 if (src_w->active == src_wp) in cmd_swap_pane_exec()
122 if (src_w != dst_w) { in cmd_swap_pane_exec()
123 if (src_w->last == src_wp) in cmd_swap_pane_exec()
124 src_w->last = NULL; in cmd_swap_pane_exec()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dskbitmap_operations_unittest.cc86 int src_w = 16, src_h = 16; in TEST() local
92 int i = y * src_w + x; in TEST()
102 int i = y * src_w + x; in TEST()
118 int src_w = 16, src_h = 16; in TEST() local
140 int i = y * src_w + x; in TEST()
201 int src_w = 16, src_h = 16; in TEST() local
235 int src_w = 16, src_h = 16; in TEST() local
320 src, src_w / 2, src_h / 2, src_w, src_h); in TEST()
327 *cropped.getAddr32((x + src_w / 2) % src_w, in TEST()
533 DrawRectWithColor(&canvas, src_w / 2, 0, src_w, src_h / 2, SK_ColorBLUE); in TEST()
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/test/resize/x86/
H A Dresize_impl_avx2_test.cpp24 SCOPED_TRACE(horizontal ? static_cast<double>(dst_w) / src_w : static_cast<double>(dst_h) / src_h); in test_case()
26 auto builder = zimg::resize::ResizeImplBuilder{ src_w, src_h, format.type } in test_case()
32 .set_subwidth(horizontal ? src_w : src_h); in test_case()
37 FilterValidator validator{ filter_avx2.get(), src_w, src_h, format }; in test_case()
55 const unsigned src_w = 640; in TEST() local
76 const unsigned src_w = 640; in TEST() local
139 const unsigned src_w = 640; in TEST() local
151 test_case(zimg::resize::BilinearFilter{}, true, src_w, h, dst_w, h, format, expected_sha1[0], NAN); in TEST()
152 test_case(zimg::resize::Spline16Filter{}, true, src_w, h, dst_w, h, format, expected_sha1[1], NAN); in TEST()
153 …test_case(zimg::resize::LanczosFilter{ 4 }, true, src_w, h, dst_w, h, format, expected_sha1[2], NA… in TEST()
[all …]
H A Dresize_impl_avx512_test.cpp24 SCOPED_TRACE(horizontal ? static_cast<double>(dst_w) / src_w : static_cast<double>(dst_h) / src_h); in test_case()
26 auto builder = zimg::resize::ResizeImplBuilder{ src_w, src_h, format.type } in test_case()
32 .set_subwidth(horizontal ? src_w : src_h); in test_case()
37 FilterValidator validator{ filter_avx512.get(), src_w, src_h, format }; in test_case()
55 const unsigned src_w = 640; in TEST() local
76 const unsigned src_w = 640; in TEST() local
139 const unsigned src_w = 640; in TEST() local
151 test_case(zimg::resize::BilinearFilter{}, true, src_w, h, dst_w, h, format, expected_sha1[0], NAN); in TEST()
152 test_case(zimg::resize::Spline16Filter{}, true, src_w, h, dst_w, h, format, expected_sha1[1], NAN); in TEST()
153 …test_case(zimg::resize::LanczosFilter{ 4 }, true, src_w, h, dst_w, h, format, expected_sha1[2], NA… in TEST()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/resize/x86/
H A Dresize_impl_avx2_test.cpp24 SCOPED_TRACE(horizontal ? static_cast<double>(dst_w) / src_w : static_cast<double>(dst_h) / src_h); in test_case()
26 auto builder = zimg::resize::ResizeImplBuilder{ src_w, src_h, format.type } in test_case()
32 .set_subwidth(horizontal ? src_w : src_h); in test_case()
37 FilterValidator validator{ filter_avx2.get(), src_w, src_h, format }; in test_case()
55 const unsigned src_w = 640; in TEST() local
76 const unsigned src_w = 640; in TEST() local
139 const unsigned src_w = 640; in TEST() local
151 test_case(zimg::resize::BilinearFilter{}, true, src_w, h, dst_w, h, format, expected_sha1[0], NAN); in TEST()
152 test_case(zimg::resize::Spline16Filter{}, true, src_w, h, dst_w, h, format, expected_sha1[1], NAN); in TEST()
153 …test_case(zimg::resize::LanczosFilter{ 4 }, true, src_w, h, dst_w, h, format, expected_sha1[2], NA… in TEST()
[all …]
H A Dresize_impl_avx512_test.cpp24 SCOPED_TRACE(horizontal ? static_cast<double>(dst_w) / src_w : static_cast<double>(dst_h) / src_h); in test_case()
26 auto builder = zimg::resize::ResizeImplBuilder{ src_w, src_h, format.type } in test_case()
32 .set_subwidth(horizontal ? src_w : src_h); in test_case()
37 FilterValidator validator{ filter_avx512.get(), src_w, src_h, format }; in test_case()
55 const unsigned src_w = 640; in TEST() local
76 const unsigned src_w = 640; in TEST() local
139 const unsigned src_w = 640; in TEST() local
151 test_case(zimg::resize::BilinearFilter{}, true, src_w, h, dst_w, h, format, expected_sha1[0], NAN); in TEST()
152 test_case(zimg::resize::Spline16Filter{}, true, src_w, h, dst_w, h, format, expected_sha1[1], NAN); in TEST()
153 …test_case(zimg::resize::LanczosFilter{ 4 }, true, src_w, h, dst_w, h, format, expected_sha1[2], NA… in TEST()
[all …]

12345678910>>...47