Searched refs:SourceX (Results 1 – 3 of 3) sorted by relevance
| /src/stand/common/ |
| H A D | gfx_fb.c | 560 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument 583 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_buffer() 612 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer() 660 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument 717 SourceX * sizeof (*p); in gfxfb_blt_buffer_to_video() 725 (SourceX + x) * sizeof (*p)); in gfxfb_blt_buffer_to_video() 768 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_video() argument 781 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video() 799 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video() 853 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | UgaDraw.h | 138 IN UINTN SourceX,
|
| H A D | GraphicsOutput.h | 215 IN UINTN SourceX,
|