Home
last modified time | relevance | path

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

/include/
A Dvideo_font_4x6.h46 static unsigned char video_fontdata_4x6[VIDEO_FONT_SIZE(256, 4, 6)] = {
A Dvideo_font_8x16.h14 static unsigned char video_fontdata_8x16[VIDEO_FONT_SIZE(256, 8, 16)] = {
A Dvideo_font_ter16x32.h11 static unsigned char video_fontdata_16x32[VIDEO_FONT_SIZE(256, 16, 32)] = {
A Dvideo_font_sun12x22.h12 static unsigned char __maybe_unused video_fontdata_12x22[VIDEO_FONT_SIZE(256, 12, 22)] = {
A Dvideo_font_data.h10 #define VIDEO_FONT_SIZE(chars, width, height) (chars * VIDEO_FONT_CHAR_PIXEL_BYTES(width, height)) macro

Completed in 21 milliseconds