Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c81 static const u8 *font8x16; variable
85 font8x16 = f; in tpg_set_font()
1897 u8 chr = font8x16[(u8)text[s] * 16 + line]; \
1971 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text()