Searched refs:SourceX (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/stand/common/ |
| H A D | gfx_fb.c | 508 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_buffer() 537 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer() 642 SourceX * sizeof (*p); in gfxfb_blt_buffer_to_video() 650 (SourceX + x) * sizeof (*p)); in gfxfb_blt_buffer_to_video() 706 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video() 724 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video() 778 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument 800 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() 807 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() 813 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() [all …]
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiuga.h | 151 IN UINTN SourceX,
|
| H A D | efigop.h | 105 IN UINTN SourceX,
|