Searched refs:DestinationX (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/stand/common/ |
| HD | gfx_fb.c | 405 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/ |
| HD | efiuga.h | 152 IN UINTN DestinationX,
|
| HD | efigop.h | 106 IN UINTN DestinationX,
|