Home
last modified time | relevance | path

Searched refs:dest_rect (Results 1 – 25 of 497) sorted by path

12345678910>>...20

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchartimg.cpp3742 wxRect dest_rect(0,0,Size_X, 1); in GetImage() local
3744 …GetAndScaleData(img->GetData(), img_size_x * Size_Y * 3, source_rect, Size_X, dest_rect, Size_X, 1… in GetImage()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gfx/
H A Dgfx.c862 …for (int dy = dest_rect->y, sy = 256 * (int)src_rect->y ; dy < dest_rect->h + dest_rect->y ; ++dy,…
864 Uint32 * dptr = (Uint32*)((Uint8*)dest->pixels + dy * dest->pitch) + dest_rect->x;\
867 for (int dx = dest_rect->w, sx = 256 * (int)src_rect->x ; dx > 0 ; --dx, sx += xspd)\
913 void my_BlitSurface(GfxSurface *src, SDL_Rect *src_rect, GfxDomain *dest, SDL_Rect *dest_rect) in my_BlitSurface() argument
915 gfx_blit(src, src_rect, dest, dest_rect); in my_BlitSurface()
H A Dgfx.h123 void my_BlitSurface(GfxSurface *src, SDL_Rect *src_rect, GfxDomain *dest, SDL_Rect *dest_rect);
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dchannel-display.c1650 const SpiceRect *dest_rect = stream_get_dest(st, in); in spice_frame_new() local
1655 frame->dest = *dest_rect; in spice_frame_new()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/
H A Daintern.h684 typedef void (COLORCONV_BLITTER_FUNC)(GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect);
693 AL_FUNC(void, _colorconv_blit_8_to_8, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
694 AL_FUNC(void, _colorconv_blit_8_to_15, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
695 AL_FUNC(void, _colorconv_blit_8_to_16, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
696 AL_FUNC(void, _colorconv_blit_8_to_24, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
697 AL_FUNC(void, _colorconv_blit_8_to_32, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
703 AL_FUNC(void, _colorconv_blit_15_to_8, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
704 AL_FUNC(void, _colorconv_blit_15_to_16, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
708 AL_FUNC(void, _colorconv_blit_16_to_8, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
717 AL_FUNC(void, _colorconv_blit_24_to_8, (GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect));
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/macosx/
H A Dquartz.m241 Rect source_rect, dest_rect;
245 SetRect(&dest_rect, dest_x + dest->x_ofs, dest_y + dest->y_ofs,
253 &source_rect, &dest_rect, srcCopy, NULL);
/dports/devel/allegro/allegro-4.4.3.1/src/misc/
H A Dccolconv.c49 dest = dest_rect->data; in _colorconv_blit_8_to_8()
105 dest = dest_rect->data; in _colorconv_blit_8_to_16()
232 dest = dest_rect->data; in _colorconv_blit_8_to_24()
298 dest = dest_rect->data; in _colorconv_blit_8_to_32()
373 dest = dest_rect->data; in _colorconv_blit_15_to_8()
423 dest = dest_rect->data; in _colorconv_blit_15_to_16()
461 dest = dest_rect->data; in _colorconv_blit_15_to_24()
530 dest = dest_rect->data; in _colorconv_blit_15_to_32()
576 dest = dest_rect->data; in _colorconv_blit_16_to_8()
628 dest = dest_rect->data; in _colorconv_blit_16_to_15()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/qnx/
H A Dqphaccel.c55 struct Ph_rect dest_rect = { in photon_blit_to_self() local
78 ph_update_window(&dest_rect); in photon_blit_to_self()
95 struct Ph_rect dest_rect = { in photon_masked_blit() local
188 struct Ph_rect dest_rect = { in photon_clear_to_color() local
212 ph_update_window(&dest_rect); in photon_clear_to_color()
224 struct Ph_rect dest_rect; in photon_rectfill() local
284 ph_update_window(&dest_rect); in photon_rectfill()
296 struct Ph_rect dest_rect; in ddraw_hline() local
335 PgDrawLine(&dest_rect.ul, &dest_rect.lr); in ddraw_hline()
349 struct Ph_rect dest_rect; in ddraw_vline() local
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwddaccel.c93 RECT dest_rect, source_rect; in ddraw_masked_blit() local
100 dest_rect.top = dest_y + dest->y_ofs; in ddraw_masked_blit()
204 RECT dest_rect, source_rect; in ddraw_do_stretch_blit() local
268 RECT dest_rect; in ddraw_clear_to_color() local
310 RECT dest_rect; in ddraw_rectfill() local
353 dest_rect.top = y1 + bitmap->y_ofs; in ddraw_rectfill()
389 RECT dest_rect; in ddraw_hline() local
420 dest_rect.top = y + bitmap->y_ofs; in ddraw_hline()
455 RECT dest_rect; in ddraw_vline() local
485 dest_rect.top = y1 + bitmap->y_ofs; in ddraw_vline()
[all …]
H A Dwddovl.c116 RECT dest_rect; in update_overlay() local
118 dest_rect.left = x; in update_overlay()
119 dest_rect.top = y; in update_overlay()
120 dest_rect.right = x + w; in update_overlay()
121 dest_rect.bottom = y + h; in update_overlay()
125 gfx_directx_primary_surface->id, &dest_rect, in update_overlay()
H A Dwddwin.c222 } dest_rect; in update_matching_window() local
232 dest_rect.r = *rect; in update_matching_window()
234 dest_rect.r.left = 0; in update_matching_window()
235 dest_rect.r.right = gfx_directx_win.w; in update_matching_window()
236 dest_rect.r.top = 0; in update_matching_window()
237 dest_rect.r.bottom = gfx_directx_win.h; in update_matching_window()
240 ClientToScreen(allegro_wnd, &dest_rect.p); in update_matching_window()
241 ClientToScreen(allegro_wnd, &dest_rect.p + 1); in update_matching_window()
325 } dest_rect; in update_colorconv_window() local
356 dest_rect.r = src_rect; in update_colorconv_window()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxwin.c1814 GRAPHICS_RECT src_rect, dest_rect; in _xwin_private_fast_colorconv() local
1822 dest_rect.height = sh; in _xwin_private_fast_colorconv()
1823 dest_rect.width = sw; in _xwin_private_fast_colorconv()
1824 dest_rect.pitch = _xwin.buffer_line[1] - _xwin.buffer_line[0]; in _xwin_private_fast_colorconv()
1825 dest_rect.data = _xwin.buffer_line[sy] + sx * BYTES_PER_PIXEL(_xwin.fast_visual_depth); in _xwin_private_fast_colorconv()
1829 blitter_func(&src_rect, &dest_rect); in _xwin_private_fast_colorconv()
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/sh772x/
H A Dsh7722_jpeg.c210 const DFBRectangle *dest_rect ) in IDirectFBImageProvider_SH7722_JPEG_RenderTo() argument
232 if (dest_rect) { in IDirectFBImageProvider_SH7722_JPEG_RenderTo()
233 if (dest_rect->w < 1 || dest_rect->h < 1) in IDirectFBImageProvider_SH7722_JPEG_RenderTo()
236 rect.x = dest_rect->x + dst_data->area.wanted.x; in IDirectFBImageProvider_SH7722_JPEG_RenderTo()
237 rect.y = dest_rect->y + dst_data->area.wanted.y; in IDirectFBImageProvider_SH7722_JPEG_RenderTo()
238 rect.w = dest_rect->w; in IDirectFBImageProvider_SH7722_JPEG_RenderTo()
239 rect.h = dest_rect->h; in IDirectFBImageProvider_SH7722_JPEG_RenderTo()
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBImageProvider/
H A Didirectfbimageprovider_dfiff.c102 const DFBRectangle *dest_rect ) in IDirectFBImageProvider_DFIFF_RenderTo() argument
122 if (dest_rect) { in IDirectFBImageProvider_DFIFF_RenderTo()
123 rect.x = dest_rect->x + dst_data->area.wanted.x; in IDirectFBImageProvider_DFIFF_RenderTo()
124 rect.y = dest_rect->y + dst_data->area.wanted.y; in IDirectFBImageProvider_DFIFF_RenderTo()
125 rect.w = dest_rect->w; in IDirectFBImageProvider_DFIFF_RenderTo()
126 rect.h = dest_rect->h; in IDirectFBImageProvider_DFIFF_RenderTo()
H A Didirectfbimageprovider_gif.c226 const DFBRectangle *dest_rect ) in IDirectFBImageProvider_GIF_RenderTo() argument
247 if (dest_rect) { in IDirectFBImageProvider_GIF_RenderTo()
248 if (dest_rect->w < 1 || dest_rect->h < 1) in IDirectFBImageProvider_GIF_RenderTo()
250 rect = *dest_rect; in IDirectFBImageProvider_GIF_RenderTo()
H A Didirectfbimageprovider_jpeg.c380 const DFBRectangle *dest_rect ) in IDirectFBImageProvider_JPEG_RenderTo() argument
408 if (dest_rect) { in IDirectFBImageProvider_JPEG_RenderTo()
409 if (dest_rect->w < 1 || dest_rect->h < 1) in IDirectFBImageProvider_JPEG_RenderTo()
412 rect = *dest_rect; in IDirectFBImageProvider_JPEG_RenderTo()
H A Didirectfbimageprovider_png.c266 const DFBRectangle *dest_rect ) in IDirectFBImageProvider_PNG_RenderTo() argument
293 if (dest_rect) { in IDirectFBImageProvider_PNG_RenderTo()
294 if (dest_rect->w < 1 || dest_rect->h < 1) in IDirectFBImageProvider_PNG_RenderTo()
296 rect = *dest_rect; in IDirectFBImageProvider_PNG_RenderTo()
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBVideoProvider/
H A Didirectfbvideoprovider_gif.c828 const DFBRectangle *dest_rect, in IDirectFBVideoProvider_GIF_PlayTo() argument
845 if (dest_rect) { in IDirectFBVideoProvider_GIF_PlayTo()
846 if (dest_rect->w < 1 || dest_rect->h < 1) in IDirectFBVideoProvider_GIF_PlayTo()
849 rect = *dest_rect; in IDirectFBVideoProvider_GIF_PlayTo()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dwarp.cpp531 Rect dest_rect(dest_tl,dest_br); dest_rect.expand(dest_tr).expand(dest_bl); in get_sub_renddesc_vfunc() local
538 other&=dest_rect; in get_sub_renddesc_vfunc()
687 Rect dest_rect(dest_tl,dest_br); dest_rect.expand(dest_tr).expand(dest_bl); in accelerated_render() local
692 if(clip && !intersect(render_rect,dest_rect)) in accelerated_render()
702 other&=dest_rect; in accelerated_render()
1022 Rect dest_rect(dest_tl,dest_br); dest_rect.expand(dest_tr).expand(dest_bl); in accelerated_cairorender() local
1027 if(clip && !intersect(render_rect,dest_rect)) in accelerated_cairorender()
1039 other&=dest_rect; in accelerated_cairorender()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dblur.cpp73 || !dest_rect.valid() in validate()
81 etl::set_intersect(dest_rect, dest_rect, RectInt(0, 0, dest->get_w(), dest->get_h())); in validate()
82 if (!dest_rect.valid()) return false; in validate()
84 src_rect = dest_rect - dest_rect.get_min() + src_offset; in validate()
92 etl::set_intersect(dest_rect, dest_rect, src_rect - src_offset + dest_rect.get_min()); in validate()
93 if (!dest_rect.valid()) return false; in validate()
295 params.dest_rect, in blur_pattern()
455 params.dest_rect, in blur_fft()
540 params.dest_rect, in blur_box()
704 params.dest_rect, in blur_iir()
H A Dblur.h57 RectInt dest_rect; variable
73 const RectInt &dest_rect, in Params() argument
83 dest_rect(dest_rect), in Params()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.cpp2111 for (int i = 0; i < dest_rect.size.y; i++) { in blit_rect()
2118 int dst_x = dest_rect.position.x + j; in blit_rect()
2119 int dst_y = dest_rect.position.y + i; in blit_rect()
2169 for (int i = 0; i < dest_rect.size.y; i++) { in blit_rect_mask()
2178 int dst_x = dest_rect.position.x + j; in blit_rect_mask()
2179 int dst_y = dest_rect.position.y + i; in blit_rect_mask()
2220 for (int i = 0; i < dest_rect.size.y; i++) { in blend_rect()
2227 int dst_x = dest_rect.position.x + j; in blend_rect()
2228 int dst_y = dest_rect.position.y + i; in blend_rect()
2288 int dst_x = dest_rect.position.x + j; in blend_rect_mask()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.cpp2111 for (int i = 0; i < dest_rect.size.y; i++) { in blit_rect()
2118 int dst_x = dest_rect.position.x + j; in blit_rect()
2119 int dst_y = dest_rect.position.y + i; in blit_rect()
2169 for (int i = 0; i < dest_rect.size.y; i++) { in blit_rect_mask()
2178 int dst_x = dest_rect.position.x + j; in blit_rect_mask()
2179 int dst_y = dest_rect.position.y + i; in blit_rect_mask()
2220 for (int i = 0; i < dest_rect.size.y; i++) { in blend_rect()
2227 int dst_x = dest_rect.position.x + j; in blend_rect()
2228 int dst_y = dest_rect.position.y + i; in blend_rect()
2288 int dst_x = dest_rect.position.x + j; in blend_rect_mask()
[all …]
/dports/devel/p5-SDL/SDL-2.548/lib/SDLx/
H A DSurface.pm207 my ( $dest, $src, $src_rect, $dest_rect ) = @_;
208 SDLx::Surface::blit( $src, $dest, $src_rect, $dest_rect );
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideo.pod512 $fill_rect = SDL::Video::fill_rect( $dest, $dest_rect, $pixel );
514 …t fill of the given L<SDL::Rect> with the given L<SDL::PixelFormat>. If dest_rect is NULL, the who…
683 SDL::Video::blit_surface( $src_surface, $src_rect, $dest_surface, $dest_rect );
686 …c_rect> determine the size of the copied rectangle. Only the position is used in the C<$dest_rect>
687 (the width and height are ignored). Blits with negative C<dest_rect> coordinates will be clipped pr…
688 If C<$src_rect> is C<undef>, the entire surface is copied. If C<$dest_rect> is C<undef>, then the d…
689 The final blit rectangle is saved in C<$dest_rect> after all clipping is performed (C<$src_rect> is…

12345678910>>...20