Home
last modified time | relevance | path

Searched refs:DestinationX (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/stand/common/
HDgfx_fb.c405 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument
425 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_fill()
453 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill()
487 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument
541 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer()
587 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument
609 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_buffer_to_video()
638 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video()
695 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument
714 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video()
[all …]
/freebsd-14-stable/stand/efi/include/
HDefiuga.h152 IN UINTN DestinationX,
HDefigop.h106 IN UINTN DestinationX,