Searched refs:SourceY (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/boot/common/ |
| H A D | gfx_fb.c | 561 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument 580 if (SourceY + Height > in gfxfb_blt_video_to_buffer() 613 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer() 663 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument 715 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video() 773 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_video() argument 782 if (SourceY + Height > in gfxfb_blt_video_to_video() 804 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video() 861 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument 883 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() [all …]
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | UgaDraw.h | 139 IN UINTN SourceY,
|
| H A D | GraphicsOutput.h | 216 IN UINTN SourceY,
|