Searched refs:fontsize (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dloadfont.c31 static void do_loadfont(int fd, unsigned char *inbuf, int unit, int fontsize) argument
41 for (i = 0; i < fontsize; i++)
48 cfd.charcount = fontsize;
62 do_loadtable(int fd, unsigned char *inbuf, int tailsz, int fontsize) argument
74 for (glyph = 0; glyph < fontsize; glyph++) {
122 int fontsize; local
136 fontsize = ((psfhdr.mode & PSF_MODE512) ? 512 : 256);
138 if (fontsize != 256)
139 bb_error_msg_and_die("only fontsize 256 supported");
145 head = head0 + fontsize * uni
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dprefs.h144 int fontsize; member in struct:StyleInfo
H A Dedit.cpp428 wxFont font (curType.fontsize, wxMODERN, wxNORMAL, wxNORMAL, false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmltags.tex28 [fontsize] -2
87 SIZE=[fontsize]
H A Dfontpicker.tex146 the fontsize through a text control (see wxFNTP\_USE\_TEXTCTRL), it's a good idea to put a limit
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c155 unsigned int fontsize; ///< font size to use member in struct:DrawTextContext
207 {"fontsize", "set font size", OFFSET(fontsize), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX , FLAGS},
404 if (s->fontsize)
405 FcPatternAddDouble(pat, FC_SIZE, (double)s->fontsize);
439 if (!s->fontsize)
440 s->fontsize = size + 0.5;
651 if (!s->fontsize)
652 s->fontsize = 16;
653 if ((err = FT_Set_Pixel_Sizes(s->face, 0, s->fontsize))) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c111 unsigned int fontsize; ///< font size to use member in struct:__anon2074
153 {"fontsize", "set font size", OFFSET(fontsize), AV_OPT_TYPE_INT, {.dbl=16}, 1, 72 },
358 if ((err = FT_Set_Pixel_Sizes(dtext->face, 0, dtext->fontsize))) {
360 dtext->fontsize, FT_ERRMSG(err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.c668 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, argument
672 windownr, fontsize, colorfg, colorbg);

Completed in 204 milliseconds