/src/sys/dev/wsfont/ |
wsfont.h | 47 * cookie = wsfont_find(NULL, 8, 16, 0, WSDISPLAY_FONTORDER_L2R, 64 int wsfont_find(const char *, int, int, int, int, int, int);
|
wsfont.c | 569 ncookie = wsfont_find(font->name, font->fontwidth, font->fontheight, 661 wsfont_find(const char *name, int width, int height, int stride, int bito, int byteo, int flags) function in typeref:typename:int 731 if (wsfont_find(font->name, font->fontwidth, font->fontheight,
|
/src/sys/arch/ews4800mips/sbd/ |
fb_sbdio.c | 208 cookie = wsfont_find(NULL, 12, 0, 0, 0, 0, WSFONT_FIND_BITMAP); 210 cookie = wsfont_find(NULL, 0, 0, 0, 0, 0, WSFONT_FIND_BITMAP);
|
/src/sys/arch/dreamcast/dev/ |
pvr.c | 239 cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_L2R, 242 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R,
|
/src/sys/arch/pmax/ibus/ |
pm.c | 295 cookie = wsfont_find(NULL, 12, 0, 0, bior, 298 cookie = wsfont_find(NULL, 8, 0, 0, bior, 301 cookie = wsfont_find(NULL, 0, 0, 0, bior,
|
/src/sys/arch/vax/vsa/ |
smg.c | 373 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_R2L, 376 cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_R2L, 379 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
spx.c | 1490 cookie = wsfont_find(NULL, 12, 21, 0, WSDISPLAY_FONTORDER_R2L, 1493 cookie = wsfont_find(NULL, 16, 0, 0, WSDISPLAY_FONTORDER_R2L, 0, 1496 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_R2L, 0, 1499 cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_R2L, 0, 1502 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
gpx.c | 899 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_R2L, 902 cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_R2L, 905 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
lcg.c | 1086 cookie = wsfont_find(NULL, 12, 22, 0, WSDISPLAY_FONTORDER_R2L, 1089 cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_R2L, 0, 1092 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
/src/sys/arch/vax/uba/ |
qv.c | 462 if ((fcookie = wsfont_find(NULL, 8, 15, 0, WSDISPLAY_FONTORDER_R2L, 992 if ((fcookie = wsfont_find(NULL, 8, 15, 0, WSDISPLAY_FONTORDER_R2L,
|
/src/sys/dev/tc/ |
cfb.c | 329 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_L2R, 332 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R,
|
mfb.c | 293 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_L2R, 296 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R,
|
tfb.c | 347 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_L2R, 350 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R,
|
xcfb.c | 289 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_L2R, 292 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R,
|
sfb.c | 355 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_R2L, 358 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
sfbplus.c | 388 cookie = wsfont_find(NULL, 12, 0, 0, WSDISPLAY_FONTORDER_R2L, 391 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
stic.c | 320 cookie = wsfont_find(NULL, 12, 0, 2, WSDISPLAY_FONTORDER_R2L, 323 cookie = wsfont_find(NULL, 0, 0, 2, WSDISPLAY_FONTORDER_R2L,
|
/src/sys/dev/ic/ |
vga_raster.c | 421 cookie = wsfont_find(NULL, 8, 16, 0, WSDISPLAY_FONTORDER_L2R, 424 cookie = wsfont_find(NULL, 0, 0, 0, 861 cookie = wsfont_find(NULL, 0, scr->type->fontheight, 0,
|
igsfb.c | 444 wsfcookie = wsfont_find("Gallant", 12, 22, 0, 451 wsfcookie = wsfont_find(NULL, 0, 0, 0, /* any font at all? */
|
vga.c | 343 cookie = wsfont_find(name, 8, scr->pcs.type->fontheight, 0, 566 cookie = wsfont_find(NULL, 8, 16, 0,
|
/src/sys/arch/playstation2/ee/ |
gsfb.c | 372 font = wsfont_find(NULL, 8, 16, 0, WSDISPLAY_FONTORDER_L2R,
|
/src/sys/arch/zaurus/dev/ |
w100.c | 351 cookie = wsfont_find(fontname, 0, 0, 0,
|
/src/sys/arch/sgimips/gio/ |
light.c | 297 dc->dc_font = wsfont_find(NULL, 8, 16, 0, WSDISPLAY_FONTORDER_L2R,
|
/src/sys/dev/pci/ |
tga.c | 349 cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_R2L, 352 cookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_R2L,
|
/src/sys/arch/arm/xscale/ |
pxa2x0_lcd.c | 739 cookie = wsfont_find(fontname, 0, 0, 0,
|