Searched refs:offset_step (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modframebuf.c | 618 unsigned char offset_step = (font->font_height * font_width / 8); in hz_get_mat() local 626 offset = ((t1 - 0xa1 - 0x0f) * 94 + (t2 - 0xa1)) * offset_step; in hz_get_mat() 628 offset = ((t1 - 0xa1) * 94 + (t2 - 0xa1)) * offset_step; in hz_get_mat() 631 offset = (t1 + 156 - 1) * offset_step; in hz_get_mat() 638 memset(mat, 0, offset_step); in hz_get_mat() 644 fread(mat, offset_step, 1, font->fp); in hz_get_mat() 706 unsigned char offset_step = (font->font_width * font->font_height / 8); in asc_get_mat() local 707 long offset = (ascii - 32) * offset_step; in asc_get_mat() 713 memset(mat, 0, offset_step); in asc_get_mat() 719 fread(mat, offset_step, 1, font->fp); in asc_get_mat()
|
Completed in 7 milliseconds