Home
last modified time | relevance | path

Searched refs:yres (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/
Dfbset.c80 uint32_t yres; member
312 &base->xres, &base->yres, in read_mode_db()
324 base->yres = base_yres; in read_mode_db()
414 vrate = hrate / (v->upper_margin + v->yres + v->lower_margin + v->vsync_len); in showmode()
425 v->xres, v->yres, (int) (vrate + 0.5), in showmode()
429 v->xres, v->yres, v->xres_virtual, v->yres_virtual, v->bits_per_pixel, in showmode()
489 var_set.yres = xatou32(argv[2]); in fbset_main()
516 var_set.yres = xatou32(argv[1]); in fbset_main()
/busybox-1.35.0/miscutils/
Dfbsplash.c182 (G.scr_var.yres_virtual ?: G.scr_var.yres) * G.scr_fix.line_length, in fb_open()
432 if ((height + G.img_posy) > G.scr_var.yres) in fb_drawimage()
433 height = G.scr_var.yres - G.img_posy; in fb_drawimage()