Searched refs:blk_height (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/misc/syscons/ |
H A D | sckmsrndr.c | 350 bottompixel = sc->fbi->height - scp->ysize * scp->blk_height; in kms_draw_border() 355 scp->blk_height * scp->ysize, line_width, fg); in kms_draw_border() 358 scp->blk_height * scp->ysize, line_width, fg); in kms_draw_border() 361 draw_pos = sc->fbi->vaddr + scp->blk_height * scp->ysize * line_width; in kms_draw_border() 364 sc->fbi->height - scp->blk_height * scp->ysize, line_width, in kms_draw_border() 368 sc->fbi->height - scp->blk_height * scp->ysize, line_width, in kms_draw_border() 391 scp->blk_height * line_width * (from / scp->xsize); in kms_draw() 412 scp->blk_height, line_width, fg, bg, in kms_draw() 417 scp->blk_height, line_width, fg, bg, in kms_draw() 422 draw_pos += scp->blk_height * line_width; in kms_draw() [all …]
|
H A D | syscons.h | 277 int blk_height; /* fbtarget Y pixels */ member
|
H A D | scvidctl.c | 938 scp->blk_width, scp->blk_height, scp->xsize, scp->ysize)); in sc_update_render()
|
H A D | syscons.c | 480 scp->blk_height = scp->blk_width * scp->font_height / scp->font_width; in sc_font_scale() 481 rows = scp->ypixel / scp->blk_height; in sc_font_scale()
|