Lines Matching refs:yres
219 image->dy = info->var.yres - image->height - image->dy; in fb_rotate_logo()
233 image->dy = info->var.yres - image->height - tmp; in fb_rotate_logo()
244 if (image->width > info->var.xres || image->height > info->var.yres) in fb_do_show_logo()
263 x < num && image->dy + image->height <= info->var.yres; in fb_do_show_logo()
327 int yres = info->var.yres; in fb_show_logo_line() local
330 xres = info->var.yres; in fb_show_logo_line()
331 yres = info->var.xres; in fb_show_logo_line()
337 image.dy = y ?: (yres - logo->height) / 2; in fb_show_logo_line()
383 unsigned int yres) in fb_prepare_extra_logos() argument
397 if (height > yres) { in fb_prepare_extra_logos()
421 unsigned int yres; in fb_prepare_logo() local
450 yres = info->var.yres; in fb_prepare_logo()
452 yres = info->var.xres; in fb_prepare_logo()
454 if (fb_logo.logo->height > yres) { in fb_prepare_logo()
485 height += (yres - fb_logo.logo->height) / 2; in fb_prepare_logo()
487 height = fb_prepare_extra_logos(info, height, yres); in fb_prepare_logo()