Lines Matching refs:height
118 efi_uintn_t height, in gop_blt_int() argument
149 sy + height > gopobj->info.height) in gop_blt_int()
162 dy + height > gopobj->info.height) in gop_blt_int()
202 for (i = 0; i < height; i++) { in gop_blt_int()
252 video_damage(gopobj->vdev, dx, dy, width, height); in gop_blt_int()
291 efi_uintn_t height, efi_uintn_t delta, in gop_blt_video_fill() argument
295 dy, width, height, delta, vid_bpp); in gop_blt_video_fill()
303 efi_uintn_t height, efi_uintn_t delta) in gop_blt_buf_to_vid16() argument
306 dy, width, height, delta, 16); in gop_blt_buf_to_vid16()
314 efi_uintn_t height, efi_uintn_t delta) in gop_blt_buf_to_vid30() argument
317 dy, width, height, delta, 30); in gop_blt_buf_to_vid30()
325 efi_uintn_t height, efi_uintn_t delta) in gop_blt_buf_to_vid32() argument
328 dy, width, height, delta, 32); in gop_blt_buf_to_vid32()
336 efi_uintn_t height, efi_uintn_t delta, in gop_blt_vid_to_vid() argument
340 dy, width, height, delta, vid_bpp); in gop_blt_vid_to_vid()
348 efi_uintn_t height, efi_uintn_t delta, in gop_blt_vid_to_buf() argument
352 dx, dy, width, height, delta, vid_bpp); in gop_blt_vid_to_buf()
387 gopobj->info.width, gopobj->info.height, 0, in gop_set_mode()
416 efi_uintn_t height, efi_uintn_t delta) in gop_blt() argument
422 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
430 dy, width, height, delta, vid_bpp); in gop_blt()
436 sy, dx, dy, width, height, in gop_blt()
440 sy, dx, dy, width, height, in gop_blt()
444 sy, dx, dy, width, height, in gop_blt()
449 dy, width, height, delta, vid_bpp); in gop_blt()
453 dy, width, height, delta, vid_bpp); in gop_blt()
539 gopobj->info.height = row; in efi_gop_register()