Home
last modified time | relevance | path

Searched refs:SourceX (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.c559 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument
582 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_buffer()
611 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer()
659 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument
716 SourceX * sizeof (*p); in gfxfb_blt_buffer_to_video()
724 (SourceX + x) * sizeof (*p)); in gfxfb_blt_buffer_to_video()
767 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_video() argument
780 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video()
798 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video()
852 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DUgaDraw.h138 IN UINTN SourceX,
H A DGraphicsOutput.h215 IN UINTN SourceX,