Lines Matching refs:height
94 efi_uintn_t height, in gop_blt_int() argument
124 sy + height > gopobj->info.height) in gop_blt_int()
137 dy + height > gopobj->info.height) in gop_blt_int()
177 for (i = 0; i < height; i++) { in gop_blt_int()
262 efi_uintn_t height, efi_uintn_t delta, in gop_blt_video_fill() argument
266 dy, width, height, delta, vid_bpp); in gop_blt_video_fill()
274 efi_uintn_t height, efi_uintn_t delta) in gop_blt_buf_to_vid16() argument
277 dy, width, height, delta, 16); in gop_blt_buf_to_vid16()
285 efi_uintn_t height, efi_uintn_t delta) in gop_blt_buf_to_vid32() argument
288 dy, width, height, delta, 32); in gop_blt_buf_to_vid32()
296 efi_uintn_t height, efi_uintn_t delta, in gop_blt_vid_to_vid() argument
300 dy, width, height, delta, vid_bpp); in gop_blt_vid_to_vid()
308 efi_uintn_t height, efi_uintn_t delta, in gop_blt_vid_to_buf() argument
312 dx, dy, width, height, delta, vid_bpp); in gop_blt_vid_to_buf()
347 gopobj->info.width, gopobj->info.height, 0, in gop_set_mode()
375 efi_uintn_t height, efi_uintn_t delta) in gop_blt() argument
381 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
389 dy, width, height, delta, vid_bpp); in gop_blt()
395 sy, dx, dy, width, height, in gop_blt()
399 sy, dx, dy, width, height, in gop_blt()
404 dy, width, height, delta, vid_bpp); in gop_blt()
408 dy, width, height, delta, vid_bpp); in gop_blt()
513 gopobj->info.height = row; in efi_gop_register()