Searched refs:DestinationX (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/common/ |
H A D | gfx_fb.c | 407 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument 427 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_fill() 455 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill() 489 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument 543 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer() 589 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument 611 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_buffer_to_video() 640 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video() 697 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument 716 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video() [all …]
|
/freebsd/stand/efi/include/ |
H A D | efiuga.h | 152 IN UINTN DestinationX,
|
H A D | efigop.h | 106 IN UINTN DestinationX,
|