Lines Matching refs:font_width
55 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()
618 unsigned char offset_step = (font->font_height * font_width / 8); 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()
668 for (int j = 0; j < font->font_width; j++) { in hz_print_mat()
669 int index = j * font->font_width + i; in hz_print_mat()
706 unsigned char offset_step = (font->font_width * font->font_height / 8); in asc_get_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()
890 chr_data = (unsigned char *)malloc(cn_font->font_width*cn_font->font_height/8); in framebuf_text_helper()
896 x += cn_font->font_width * zoom + space; in framebuf_text_helper()
924 … unsigned char * chr_data = (unsigned char *)malloc(cn_font->font_width*cn_font->font_height/8); in framebuf_text_helper()
927 x += en_font->font_width * zoom + space; in framebuf_text_helper()