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

  /src/sys/arch/vax/vsa/
spx.c 295 struct wsdisplay_font spx_font; variable in typeref:struct:wsdisplay_font
299 #define QCHAR_INVALID(c) (((c) < spx_font.firstchar) || \
300 ((c) >= spx_font.firstchar + spx_font.numchars))
301 #define QCHAR(c) (QCHAR_INVALID(c) ? 0 : (c) - spx_font.firstchar)
303 #define QFONT_INDEX(c, line) (QCHAR(c) * spx_font.fontheight + line)
306 #define QFONT(c, line) (spx_font.stride == 2 ? \
318 ((col) * spx_font.fontwidth + \
319 (row) * spx_font.fontheight * spx_xsize + \
708 LO(col * spx_font.fontwidth + CUR_XBIAS))
    [all...]
spx.c 295 struct wsdisplay_font spx_font; variable in typeref:struct:wsdisplay_font
299 #define QCHAR_INVALID(c) (((c) < spx_font.firstchar) || \
300 ((c) >= spx_font.firstchar + spx_font.numchars))
301 #define QCHAR(c) (QCHAR_INVALID(c) ? 0 : (c) - spx_font.firstchar)
303 #define QFONT_INDEX(c, line) (QCHAR(c) * spx_font.fontheight + line)
306 #define QFONT(c, line) (spx_font.stride == 2 ? \
318 ((col) * spx_font.fontwidth + \
319 (row) * spx_font.fontheight * spx_xsize + \
708 LO(col * spx_font.fontwidth + CUR_XBIAS))
    [all...]

Completed in 24 milliseconds