Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 25 of 1325) sorted by relevance

12345678910>>...53

/dports/graphics/imlib2_loaders/imlib2_loaders-1.7.0/src/modules/loaders/
H A Dloader_xcf.h7 int dest_h, int dest_x, int dest_y);
10 int dest_x, int dest_y);
13 int dest_x, int dest_y);
16 int dest_h, int dest_x, int dest_y);
19 int dest_h, int dest_x, int dest_y);
25 int dest_h, int dest_x, int dest_y);
28 int dest_x, int dest_y);
37 int dest_x, int dest_y);
40 int dest_x, int dest_y);
43 int dest_x, int dest_y);
[all …]
H A Dloader_xcf_pixelfuncs.c311 if (*dest_x + *src_br_x >= dest_w) in _clip()
321 if (*dest_x < 0) in _clip()
323 *src_tl_x = -(*dest_x); in _clip()
324 *dest_x = 0; in _clip()
394 int dest_x, int dest_y) in combine_pixels_add() argument
429 int dest_x, int dest_y) in combine_pixels_sub() argument
584 dest_x, dest_y); in combine_pixels_mult()
616 dest_x, dest_y); in combine_pixels_div()
736 dest_x, dest_y, 0); in combine_pixels_hue()
745 dest_x, dest_y, 1); in combine_pixels_sat()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Dvideo-render.c236 int dest_x, int dest_y) in render_yuv_image() argument
297 src_y, src_w, src_h, dest_x, dest_y, in render_yuv_image()
316 src_h, dest_x, dest_y, in render_yuv_image()
352 dest_x, dest_y, src_pitch, image->pitches[0] in render_yuv_image()
359 dest_x, dest_y, src_pitch, image->pitches[0] in render_yuv_image()
366 dest_x, dest_y, src_pitch, image->pitches[0] in render_yuv_image()
463 src_y, src_w, src_h, dest_x, dest_y, in render_yuv_image()
480 src_x, src_y, src_w, src_h, dest_x, dest_y); in render_yuv_image()
607 src_x, src_y, src_w, src_h, dest_x, dest_y, in render_yuv_image()
748 src_x, src_y, src_w, src_h, dest_x, dest_y, in render_yuv_image()
[all …]
H A Drenderyuv.c82 if (dest_x & 1) { in renderyuv_4_2_2()
83 dest_x--; in renderyuv_4_2_2()
205 if (dest_x & 1) { in renderyuv_4_1_1()
206 dest_x--; in renderyuv_4_1_1()
375 if (dest_x & 1) { in renderyuv_4_1_1_pal()
376 dest_x--; in renderyuv_4_1_1_pal()
394 if (dest_x > 0) { in renderyuv_4_1_1_pal()
395 dest_x -= 2; in renderyuv_4_1_1_pal()
546 dest_x--; in renderyuv_2x_4_1_1_pal()
549 if (dest_x < 0) { in renderyuv_2x_4_1_1_pal()
[all …]
H A Drenderyuv.h89 int dest_x, int dest_y);
99 int dest_x, int dest_y, int *yuv_updated);
109 int dest_x, int dest_y,
119 int dest_x, int dest_y, int *yuv_updated);
128 int dest_x, int dest_y,
138 int dest_x, int dest_y,
148 int dest_x, int dest_y,
/dports/devel/efl/efl-1.25.1/src/generic/evas/xcf/
H A Dpixelfuncs.c283 int * dest_x, int * dest_y, 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()
292 if (*dest_x < 0) in _clip()
294 *src_tl_x = -(*dest_x); in _clip()
295 *dest_x = 0; 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()
[all …]
/dports/games/supertux/supertux-0.1.3/data/levels/worldmaps/
H A Dbonusisland1.stwm145 (dest_x 20)
151 (dest_x 34)
157 (dest_x 51)
163 (dest_x 15)
169 (dest_x 56)
175 (dest_x 32)
181 (dest_x 35)
187 (dest_x 35)
193 (dest_x 35)
199 (dest_x 35)
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkrectangle.c47 gint dest_x, dest_y; in gdk_rectangle_union() local
53 dest_x = MIN (src1->x, src2->x); in gdk_rectangle_union()
55 dest->width = MAX (src1->x + src1->width, src2->x + src2->width) - dest_x; in gdk_rectangle_union()
57 dest->x = dest_x; in gdk_rectangle_union()
82 gint dest_x, dest_y; in gdk_rectangle_intersect() local
91 dest_x = MAX (src1->x, src2->x); in gdk_rectangle_intersect()
96 if (dest_x2 > dest_x && dest_y2 > dest_y) in gdk_rectangle_intersect()
100 dest->x = dest_x; in gdk_rectangle_intersect()
102 dest->width = dest_x2 - dest_x; in gdk_rectangle_intersect()
H A Dgdkpixbuf-render.c56 int dest_x, in gdk_pixbuf_render_threshold_alpha() argument
95 gdk_draw_rectangle (bitmap, gc, TRUE, dest_x, dest_y, width, height); in gdk_pixbuf_render_threshold_alpha()
101 gdk_draw_rectangle (bitmap, gc, TRUE, dest_x, dest_y, width, height); in gdk_pixbuf_render_threshold_alpha()
122 start + dest_x, y + dest_y, in gdk_pixbuf_render_threshold_alpha()
123 x - 1 + dest_x, y + dest_y); in gdk_pixbuf_render_threshold_alpha()
134 start + dest_x, y + dest_y, in gdk_pixbuf_render_threshold_alpha()
135 x - 1 + dest_x, y + dest_y); in gdk_pixbuf_render_threshold_alpha()
176 int dest_x, int dest_y, in gdk_pixbuf_render_to_drawable() argument
182 src_x, src_y, dest_x, dest_y, width, height, in gdk_pixbuf_render_to_drawable()
218 int dest_x, int dest_y, in gdk_pixbuf_render_to_drawable_alpha() argument
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkrectangle.c70 gint dest_x, dest_y; in gdk_rectangle_union() local
76 dest_x = MIN (src1->x, src2->x); in gdk_rectangle_union()
78 dest->width = MAX (src1->x + src1->width, src2->x + src2->width) - dest_x; in gdk_rectangle_union()
80 dest->x = dest_x; in gdk_rectangle_union()
105 gint dest_x, dest_y; in gdk_rectangle_intersect() local
114 dest_x = MAX (src1->x, src2->x); in gdk_rectangle_intersect()
119 if (dest_x2 > dest_x && dest_y2 > dest_y) in gdk_rectangle_intersect()
123 dest->x = dest_x; in gdk_rectangle_intersect()
125 dest->width = dest_x2 - dest_x; in gdk_rectangle_intersect()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkrectangle.c76 int dest_x, dest_y; in gdk_rectangle_union() local
82 dest_x = MIN (src1->x, src2->x); in gdk_rectangle_union()
84 dest->width = MAX (src1->x + src1->width, src2->x + src2->width) - dest_x; in gdk_rectangle_union()
86 dest->x = dest_x; in gdk_rectangle_union()
112 int dest_x, dest_y; in gdk_rectangle_intersect() local
121 dest_x = MAX (src1->x, src2->x); in gdk_rectangle_intersect()
126 if (dest_x2 > dest_x && dest_y2 > dest_y) in gdk_rectangle_intersect()
130 dest->x = dest_x; in gdk_rectangle_intersect()
132 dest->width = dest_x2 - dest_x; in gdk_rectangle_intersect()
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dmisc.c291 *dest_x = x; in get_close_hex_pos()
297 *dest_x = x + 1; in get_close_hex_pos()
301 *dest_x = x + 1; in get_close_hex_pos()
308 *dest_x = x + 1; in get_close_hex_pos()
312 *dest_x = x + 1; in get_close_hex_pos()
318 *dest_x = x; in get_close_hex_pos()
324 *dest_x = x - 1; in get_close_hex_pos()
328 *dest_x = x - 1; in get_close_hex_pos()
335 *dest_x = x - 1; in get_close_hex_pos()
339 *dest_x = x - 1; in get_close_hex_pos()
[all …]
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/common/
H A Dsw_canvas.c382 dest_x = rects[i].x1; in __blit_image()
393 dest_x, dest_y, in __blit_image()
430 dest_x = rects[i].x1; in __blit_image_rop()
441 dest_x, dest_y, in __blit_image_rop()
472 int dest_x, int dest_y, in __scale_image() argument
517 int dest_x, int dest_y, in scale_image() argument
663 int dest_x, int dest_y, in __blend_image() argument
709 int dest_x, int dest_y, in blend_image() argument
714 dest_x, dest_y, width, height, in blend_image()
734 dest_x, dest_y, in blend_image_from_surface()
[all …]
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Dsw_canvas.c380 dest_x = rects[i].x1; in __blit_image()
391 dest_x, dest_y, in __blit_image()
428 dest_x = rects[i].x1; in __blit_image_rop()
439 dest_x, dest_y, in __blit_image_rop()
470 int dest_x, int dest_y, in __scale_image() argument
515 int dest_x, int dest_y, in scale_image() argument
661 int dest_x, int dest_y, in __blend_image() argument
707 int dest_x, int dest_y, in blend_image() argument
712 dest_x, dest_y, width, height, in blend_image()
732 dest_x, dest_y, in blend_image_from_surface()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevvglb.c234 register int dest_x = x; in vgalib_copy_mono() local
239 vga_drawpixel(dest_x, dest_y); in vgalib_copy_mono()
240 dest_x++; in vgalib_copy_mono()
269 register int dest_x = x; in vgalib_copy_color() local
275 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
276 dest_x++; in vgalib_copy_color()
279 while (dest_x < end_x) { in vgalib_copy_color()
283 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
284 dest_x++; in vgalib_copy_color()
286 if (dest_x < end_x) { in vgalib_copy_color()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_scroll_area.cxx47 int src_x, src_w, dest_x, clip_x, clip_w; in fl_scroll() local
50 dest_x = X+dx; in fl_scroll()
56 dest_x = X; in fl_scroll()
127 BitBlt(fl_gc, dest_x, dest_y, src_w, src_h, fl_gc, src_x, src_y,SRCCOPY); in fl_scroll()
131 Rect dst = { dest_y, dest_x, dest_y+src_h, dest_x+src_w }; in fl_scroll()
142 Rect dst = { dest_y, dest_x, dest_y+src_h, dest_x+src_w }; in fl_scroll()
149 src_x, src_y, src_w, src_h, dest_x, dest_y); in fl_scroll()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dxshmmap.c658 dest_x -= src_x; in xshm_map_draw_image()
672 width += dest_x; in xshm_map_draw_image()
673 src_x -= dest_x; in xshm_map_draw_image()
674 dest_x = 0; in xshm_map_draw_image()
727 dest_x -= src_x; in xshm_map_draw_drawable()
742 width += dest_x; in xshm_map_draw_drawable()
743 src_x -= dest_x; in xshm_map_draw_drawable()
744 dest_x = 0; in xshm_map_draw_drawable()
793 dest_x -= src_x; in xshm_map_draw_pixbuf()
807 width += dest_x; in xshm_map_draw_pixbuf()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevvglb.c236 register int dest_x = x; in vgalib_copy_mono() local
241 vga_drawpixel(dest_x, dest_y); in vgalib_copy_mono()
242 dest_x++; in vgalib_copy_mono()
272 register int dest_x = x; in vgalib_copy_color() local
278 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
279 dest_x++; in vgalib_copy_color()
282 while (dest_x < end_x) { in vgalib_copy_color()
286 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
287 dest_x++; in vgalib_copy_color()
289 if (dest_x < end_x) { in vgalib_copy_color()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevvglb.c238 register int dest_x = x; in vgalib_copy_mono() local
243 vga_drawpixel(dest_x, dest_y); in vgalib_copy_mono()
244 dest_x++; in vgalib_copy_mono()
274 register int dest_x = x; in vgalib_copy_color() local
280 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
281 dest_x++; in vgalib_copy_color()
284 while (dest_x < end_x) { in vgalib_copy_color()
288 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
289 dest_x++; in vgalib_copy_color()
291 if (dest_x < end_x) { in vgalib_copy_color()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevvglb.c238 register int dest_x = x; in vgalib_copy_mono() local
243 vga_drawpixel(dest_x, dest_y); in vgalib_copy_mono()
244 dest_x++; in vgalib_copy_mono()
274 register int dest_x = x; in vgalib_copy_color() local
280 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
281 dest_x++; in vgalib_copy_color()
284 while (dest_x < end_x) { in vgalib_copy_color()
288 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
289 dest_x++; in vgalib_copy_color()
291 if (dest_x < end_x) { in vgalib_copy_color()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevvglb.c234 register int dest_x = x; in vgalib_copy_mono() local
239 vga_drawpixel(dest_x, dest_y); in vgalib_copy_mono()
240 dest_x++; in vgalib_copy_mono()
269 register int dest_x = x; in vgalib_copy_color() local
275 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
276 dest_x++; in vgalib_copy_color()
279 while (dest_x < end_x) { in vgalib_copy_color()
283 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
284 dest_x++; in vgalib_copy_color()
286 if (dest_x < end_x) { in vgalib_copy_color()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevvglb.c236 register int dest_x = x; in vgalib_copy_mono() local
241 vga_drawpixel(dest_x, dest_y); in vgalib_copy_mono()
242 dest_x++; in vgalib_copy_mono()
272 register int dest_x = x; in vgalib_copy_color() local
278 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
279 dest_x++; in vgalib_copy_color()
282 while (dest_x < end_x) { in vgalib_copy_color()
286 vga_drawpixel(dest_x, dest_y); in vgalib_copy_color()
287 dest_x++; in vgalib_copy_color()
289 if (dest_x < end_x) { in vgalib_copy_color()
[all …]
/dports/games/mirrormagic/mirrormagic-2.0.2/src/
H A Dcartoons.c168 static int dest_x, dest_y; in AnimateToon() local
305 REAL_SX + dest_x, REAL_SY + dest_y, pad_x, pad_y); in AnimateToon()
323 dest_x = pos_x; in AnimateToon()
331 dest_x = 0; in AnimateToon()
349 REAL_SX+dest_x,REAL_SY+dest_y, pad_x,pad_y); in AnimateToon()
371 int dest_x, int dest_y, int pad_x, int pad_y) in DrawAnim() argument
381 src_x, src_y, width, height, dest_x, dest_y); in DrawAnim()
382 BlitBitmap(backbuffer, window, dest_x-pad_x, dest_y-pad_y, in DrawAnim()
383 width+2*pad_x, height+2*pad_y, dest_x-pad_x, dest_y-pad_y); in DrawAnim()
386 width+2*pad_x, height+2*pad_y, dest_x-pad_x, dest_y-pad_y); in DrawAnim()
[all …]
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Drewrap.h60 index_type src_y = 0, src_x = 0, dest_x = 0, dest_y = 0, num = 0, src_x_limit = 0; in rewrap_inner() local
78 if (dest_x >= dest->xnum) { next_dest_line(true); dest_x = 0; } in rewrap_inner()
79 num = MIN(src->line->xnum - src_x, dest->xnum - dest_x); in rewrap_inner()
80 copy_range(src->line, src_x, dest->line, dest_x, num); in rewrap_inner()
84 t->x = dest_x + (t->x - src_x + 1); in rewrap_inner()
87 src_x += num; dest_x += num; in rewrap_inner()
90 if (!src_line_is_continued && src_y < src_limit) { next_dest_line(false); dest_x = 0; } in rewrap_inner()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimprectangle.c67 gint *dest_x, in gimp_rectangle_intersect() argument
80 if (dest_x) *dest_x = d_x; in gimp_rectangle_intersect()
116 gint *dest_x, in gimp_rectangle_union() argument
129 if (dest_x) *dest_x = d_x; in gimp_rectangle_union()

12345678910>>...53