Home
last modified time | relevance | path

Searched refs:dest_rect (Results 226 – 250 of 497) sorted by relevance

12345678910>>...20

/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/tests/
H A Dtest-005.c77 VdpRect dest_rect = {1, 1, 6, 6}; in main() local
78 ASSERT_OK(vdpOutputSurfaceRenderBitmapSurface(out_surface, &dest_rect, bmp_surface, NULL, in main()
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dnongl.h27 …const MDFN_Rect& src_rect, MDFN_Surface* dest_surface, const MDFN_Rect& dest_rect, bool source_alp…
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dscreenshot.c568 SDL_Rect dest_rect; in save_level_screenshot() local
569 dest_rect.x = x*320; in save_level_screenshot()
570 dest_rect.y = y*189; in save_level_screenshot()
577 SDL_BlitSurface(onscreen_surface_, NULL, map_surface, &dest_rect); in save_level_screenshot()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dcanvas.c100 SDL_Rect dest_rect = {dest_x, dest_y, width, height}; in canvas_copy() local
102 alphablit(src->surf, &src_rect, dest->surf, &dest_rect, 255); in canvas_copy()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dcanvas.c100 SDL_Rect dest_rect = {dest_x, dest_y, width, height}; in canvas_copy() local
102 alphablit(src->surf, &src_rect, dest->surf, &dest_rect, 255); in canvas_copy()
/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/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dimage_painter.h31 const PhysicalRect& dest_rect,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dimage_painter.h31 const PhysicalRect& dest_rect,
/dports/lang/parrot/parrot-8.1.0/examples/sdl/minesweeper/
H A Dfield.pir274 .local pmc dest_rect
327 dest_rect = new ['SDL'; 'Rect'], $P0
358 dest_rect.'x'( $I1 )
359 dest_rect.'y'( $I2 )
386 screen.'blit'( image, src_rect, dest_rect )
398 dest_rect.'x'( minx )
399 dest_rect.'y'( miny )
401 dest_rect.'width'( $I0 )
403 dest_rect.'height'( $I0 )
405 screen.'update_rect'( dest_rect )
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/wf/
H A Dwfc_client_stream.c776 WFCint dest_rect[WFC_RECT_SIZE]; in wfc_stream_rect_req_thread() local
805 vcos_static_assert(sizeof(dest_rect) == (4 * sizeof(int32_t))); in wfc_stream_rect_req_thread()
806 memcpy(dest_rect, vc_rects, sizeof(dest_rect)); // Types are equivalent in wfc_stream_rect_req_thread()
813 callback(cb_args, dest_rect, src_rect); in wfc_stream_rect_req_thread()
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBImageProvider/
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()
/dports/multimedia/vlc/vlc-3.0.16/modules/hw/mmal/
H A Dvout.c267 display_region.dest_rect.x = place.x; in Open()
268 display_region.dest_rect.y = place.y; in Open()
269 display_region.dest_rect.width = place.width; in Open()
270 display_region.dest_rect.height = place.height; in Open()
424 display_region.dest_rect.x = place.x; in configure_display()
425 display_region.dest_rect.y = place.y; in configure_display()
426 display_region.dest_rect.width = place.width; in configure_display()
427 display_region.dest_rect.height = place.height; in configure_display()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp813 FX_RECT dest_rect = clip_box; in StartDIBSource() local
814 dest_rect.Intersect(image_rect); in StartDIBSource()
816 dest_rect.left - image_rect.left, dest_rect.top - image_rect.top, in StartDIBSource()
817 dest_rect.right - image_rect.left, dest_rect.bottom - image_rect.top); in StartDIBSource()
821 m_pRenderStatus->CompositeDIBitmap(pStretched.get(), dest_rect.left, in StartDIBSource()
822 dest_rect.top, m_FillArgb, m_BitmapAlpha, in StartDIBSource()
/dports/multimedia/libva-vdpau-driver/libva-vdpau-driver-0.7.4/src/
H A Dvdpau_gate.c310 const VdpRect *dest_rect in vdpau_output_surface_put_bits_native() argument
317 dest_rect); in vdpau_output_surface_put_bits_native()
465 const VdpRect *dest_rect in vdpau_bitmap_surface_put_bits_native() argument
472 dest_rect); in vdpau_bitmap_surface_put_bits_native()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/
H A Dpaint_canvas_video_renderer.cc1012 const gfx::RectF& dest_rect, in Paint() argument
1022 dest.setLTRB(dest_rect.x(), dest_rect.y(), dest_rect.right(), in Paint()
1023 dest_rect.bottom()); in Paint()
1062 dest_rect.size() != gfx::SizeF(image.width(), image.height()); in Paint()
1063 const bool need_translation = !dest_rect.origin().IsOrigin(); in Paint()
1069 SkFloatToScalar(dest_rect.x() + (dest_rect.width() * 0.5f)), in Paint()
1070 SkFloatToScalar(dest_rect.y() + (dest_rect.height() * 0.5f))); in Paint()
1087 gfx::SizeF rotated_dest_size = dest_rect.size(); in Paint()
1146 auto dest_rect = gfx::RectF(gfx::SizeF(video_frame->visible_rect().size())); in Copy() local
1147 Paint(std::move(video_frame), canvas, dest_rect, flags, in Copy()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dcanvas.c106 SDL_Rect dest_rect = {dest_x, dest_y, width, height}; in canvas_copy() local
108 alphablit(src->surf, &src_rect, dest->surf, &dest_rect); in canvas_copy()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dcanvas.c106 SDL_Rect dest_rect = {dest_x, dest_y, width, height}; in canvas_copy() local
108 alphablit(src->surf, &src_rect, dest->surf, &dest_rect); in canvas_copy()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h351 RECT *dest_rect) const;
358 RECT *dest_rect) const;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h351 RECT *dest_rect) const;
358 RECT *dest_rect) const;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h351 RECT *dest_rect) const;
358 RECT *dest_rect) const;
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h351 RECT *dest_rect) const;
358 RECT *dest_rect) const;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h351 RECT *dest_rect) const;
358 RECT *dest_rect) const;
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_renderer_util.h351 RECT *dest_rect) const;
358 RECT *dest_rect) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dbase_rendering_context_2d.cc1051 const FloatRect& dest_rect) const { in ShouldDrawImageAntialiased()
1077 return dest_rect.Width() * fabs(width_expansion) < 1 || in ShouldDrawImageAntialiased()
1078 dest_rect.Height() * fabs(height_expansion) < 1; in ShouldDrawImageAntialiased()
1756 IntRect dest_rect(dirty_x, dirty_y, dirty_width, dirty_height); in putImageData() local
1757 dest_rect.Intersect(IntRect(0, 0, data->width(), data->height())); in putImageData()
1759 dest_rect.Move(dest_offset); in putImageData()
1760 dest_rect.Intersect(IntRect(0, 0, Width(), Height())); in putImageData()
1761 if (dest_rect.IsEmpty()) in putImageData()
1764 IntRect source_rect(dest_rect); in putImageData()
1800 getScaledElapsedTime(dest_rect.Width(), dest_rect.Height(), start_time); in putImageData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dbase_rendering_context_2d.cc1104 const FloatRect& dest_rect) const { in ShouldDrawImageAntialiased()
1130 return dest_rect.Width() * fabs(width_expansion) < 1 || in ShouldDrawImageAntialiased()
1131 dest_rect.Height() * fabs(height_expansion) < 1; in ShouldDrawImageAntialiased()
1812 IntRect dest_rect(dirty_x, dirty_y, dirty_width, dirty_height); in putImageData() local
1813 dest_rect.Intersect(IntRect(0, 0, data->width(), data->height())); in putImageData()
1815 dest_rect.Move(dest_offset); in putImageData()
1816 dest_rect.Intersect(IntRect(0, 0, Width(), Height())); in putImageData()
1817 if (dest_rect.IsEmpty()) in putImageData()
1820 IntRect source_rect(dest_rect); in putImageData()
1861 getScaledElapsedTime(dest_rect.Width(), dest_rect.Height(), start_time); in putImageData()
[all …]

12345678910>>...20