Searched refs:DestinationX (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/stand/common/ |
| H A D | gfx_fb.c | 404 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument 452 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill() 486 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument 540 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer() 586 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument 637 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video() 694 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument 760 if (DestinationX + Width > fbX) in gfxfb_shadow_fill() 761 Width = fbX - DestinationX; in gfxfb_shadow_fill() 768 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill() [all …]
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiuga.h | 153 IN UINTN DestinationX,
|
| H A D | efigop.h | 107 IN UINTN DestinationX,
|