Searched refs:VIDEO_FONT_SIZE (Results 1 – 5 of 5) sorted by relevance
| /include/ |
| A D | video_font_4x6.h | 46 static unsigned char video_fontdata_4x6[VIDEO_FONT_SIZE(256, 4, 6)] = {
|
| A D | video_font_8x16.h | 14 static unsigned char video_fontdata_8x16[VIDEO_FONT_SIZE(256, 8, 16)] = {
|
| A D | video_font_ter16x32.h | 11 static unsigned char video_fontdata_16x32[VIDEO_FONT_SIZE(256, 16, 32)] = {
|
| A D | video_font_sun12x22.h | 12 static unsigned char __maybe_unused video_fontdata_12x22[VIDEO_FONT_SIZE(256, 12, 22)] = {
|
| A D | video_font_data.h | 10 #define VIDEO_FONT_SIZE(chars, width, height) (chars * VIDEO_FONT_CHAR_PIXEL_BYTES(width, height)) macro
|
Completed in 21 milliseconds