Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/common/
HDgfx_fb.c402 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument
422 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_fill()
450 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill()
484 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument
538 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer()
584 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument
606 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_buffer_to_video()
635 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video()
692 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument
711 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video()
[all …]
/freebsd-13-stable/stand/efi/include/
HDefiuga.h152 IN UINTN DestinationX,
HDefigop.h106 IN UINTN DestinationX,