HomeSort by: relevance | last modified time | path
    Searched defs:font_ofs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 161 int font_ofs; local in function:fb_drawchar
166 if ((font_ofs = (c & 0x7f) - 0x20) < 0)
170 font_ofs * sizeof(uint16_t) * ROM_FONT_HEIGHT);
cons_fb.c 161 int font_ofs; local in function:fb_drawchar
166 if ((font_ofs = (c & 0x7f) - 0x20) < 0)
170 font_ofs * sizeof(uint16_t) * ROM_FONT_HEIGHT);

Completed in 19 milliseconds