Searched refs:DestinationX (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/boot/common/ |
| H A D | gfx_fb.c | 481 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument 501 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_fill() 528 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill() 562 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument 618 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer() 664 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument 686 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_buffer_to_video() 717 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video() 774 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument 793 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_video() [all …]
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | UgaDraw.h | 140 IN UINTN DestinationX,
|
| H A D | GraphicsOutput.h | 217 IN UINTN DestinationX,
|