Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c55 unsigned char font_width; member
610 unsigned char font_width; in hz_get_mat() local
612 font_width = 16; in hz_get_mat()
614 font_width = font->font_width; in hz_get_mat()
653 for (int j = 0; j < font->font_width; j++) { in hz_print_mat()
654 int index = i * font->font_width + j; in hz_print_mat()
669 int index = j * font->font_width + i; in hz_print_mat()
728 for (int j = 0; j < font->font_width; j++) { in asc_print_mat()
729 int index = i * font->font_width + j; in asc_print_mat()
743 for (int j = 0; j < font->font_width; j++) { in asc_print_mat()
[all …]

Completed in 8 milliseconds