Lines Matching refs:sx
81 u32 operation, efi_uintn_t sx, in gop_blt_int() argument
109 if (sx + width > linelen) in gop_blt_int()
114 if (sx + width > gopobj->info.width || in gop_blt_int()
178 pix = buffer[slineoff + j + sx]; in gop_blt_int()
184 slineoff + j + sx]; in gop_blt_int()
187 slineoff + j + sx]); in gop_blt_int()
250 u32 foo, efi_uintn_t sx, in gop_blt_video_fill() argument
256 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill()
262 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid16() argument
267 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid16()
273 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid32() argument
278 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid32()
284 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_vid() argument
290 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_VIDEO, sx, sy, dx, in gop_blt_vid_to_vid()
296 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_buf() argument
302 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_BLT_BUFFER, sx, sy, in gop_blt_vid_to_buf()
325 u32 operation, efi_uintn_t sx, in gop_blt() argument
334 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
341 ret = gop_blt_video_fill(this, buffer, operation, sx, sy, dx, in gop_blt()
347 ret = gop_blt_buf_to_vid32(this, buffer, operation, sx, in gop_blt()
351 ret = gop_blt_buf_to_vid16(this, buffer, operation, sx, in gop_blt()
356 ret = gop_blt_vid_to_vid(this, buffer, operation, sx, sy, dx, in gop_blt()
360 ret = gop_blt_vid_to_buf(this, buffer, operation, sx, sy, dx, in gop_blt()