Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c405 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument
453 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill()
487 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument
541 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer()
587 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument
638 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video()
695 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument
761 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
762 Width = fbX - DestinationX; in gfxfb_shadow_fill()
769 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill()
[all …]
/freebsd/stand/efi/include/
H A Defiuga.h152 IN UINTN DestinationX,
H A Defigop.h106 IN UINTN DestinationX,