Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/fbdev/core/
Dfbcon.c1968 #define CALC_FONTSZ(h, p, c) ((h) * (p) * (c)) /* size = height * pitch * charcount */ macro
1992 size = CALC_FONTSZ(vc->vc_font.height, pitch, vc->vc_font.charcount); in fbcon_resize()
2447 size = CALC_FONTSZ(h, pitch, charcount); in fbcon_set_font()