Searched refs:fontname (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dfontconv.c10 char *fontname; variable
26 fontname = "vt220l";
47 fontname, width, height, code);
91 fontname, width, height);
92 fprintf(ofp, " \"%s\",\t\t\t/* typeface name */\n", fontname);
102 fontname, width, height);
134 fontname, width, height, code);
150 fontname, width, height, code);
152 width, height, fontname, width, height, code);
163 fontname, widt
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_misc.c197 static char fontname[64]; local
199 fontname[0] = 0; /* clear it out */
203 (void) strlcpy(fontname, "Courier", sizeof(fontname));
206 (void) strlcpy(fontname, "Helvetica", sizeof(fontname));
209 (void) strlcpy(fontname, "Times", sizeof(fontname));
212 (void) strlcpy(fontname, "Times-Roman", sizeof(fontname));
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp2127 const char *fontname = sty.f->get_name(); local
2128 if (fontname == NULL)
2132 change_font(fontname, (font::res/(72*font::sizescale))*sty.point_size);
2142 const char *fontname = f->get_name(); local
2143 return (strcmp(fontname, "B") == 0) || (strcmp(fontname, "BI") == 0);
2152 const char *fontname = f->get_name(); local
2154 if (strcmp(fontname, "B") == 0)
2156 if (strcmp(fontname, "I") == 0)
2158 if (strcmp(fontname, "B
3803 const char *fontname = f->get_name(); local
3814 end_font(const char *fontname) argument
3842 start_font(const char *fontname) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Draster.h216 extern struct raster_font* raster_fontopen ARGS(( char* fontname ));
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dw100.c345 const char *fontname)
354 if (fontname) {
356 cookie = wsfont_find(fontname, 0, 0, 0,
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c736 const char *fontname)
745 if (fontname) {
747 cookie = wsfont_find(fontname, 0, 0, 0,
734 pxa2x0_lcd_setup_wsscreen(struct pxa2x0_wsscreen_descr *descr, const struct lcd_panel_geometry *geom, const char *fontname) argument
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Damidisplaycc.c1819 * If fontname is given, a font with that name and suitable
1821 * If fontname is NULL, a font with suitable size is searched.
1827 amidisplaycc_setfont(struct amidisplaycc_screen *scr, const char *fontname) argument
1834 wsfontcookie = wsfont_find(fontname,

Completed in 282 milliseconds