Searched refs:font_size (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Denv.h29 class font_size { class
34 font_size();
35 font_size(int points);
39 int operator==(font_size);
40 int operator!=(font_size);
44 inline font_size::font_size() : p(0) function in class:font_size
48 inline int font_size::operator==(font_size fs)
53 inline int font_size
[all...]
H A Dnode.cpp126 font_size last_size;
153 tfont *get_tfont(font_size, int, int, int);
154 hunits get_space_width(font_size, int);
155 hunits get_narrow_space_width(font_size);
156 hunits get_half_narrow_space_width(font_size);
169 font_size size;
180 tfont_spec(symbol, int, font *, font_size, int, int);
184 friend tfont *font_info::get_tfont(font_size fs, int, int, int);
199 font_size get_size();
260 tfont *font_info::get_tfont(font_size f
[all...]
H A Dnode.h586 font_size sz;
592 draw_node(char, hvpair *, int, font_size, color *, color *);
593 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
H A Denv.cpp203 /* font_size functions */
205 size_range *font_size::size_table = 0;
206 int font_size::nranges = 0;
217 void font_size::init_size_table(int *sizes)
231 font_size::font_size(int sp) function in class:font_size
249 int font_size::to_units()
547 font_size temp = prev_size;
556 size = font_size(n);
1278 font_size
[all...]
/freebsd-10.2-release/sys/dev/syscons/
H A Dscvgarndr.c178 (scp)->yoff * (scp)->font_size * (w) + \
180 (scp)->font_size * (w) * ((pos) / (scp)->xsize); \
280 if (base < 0 || base >= scp->font_size)
288 scp->font_size, blink);
306 if (scp->font_size < 14) {
309 } else if (scp->font_size >= 16) {
416 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff;
417 bcopy(scp->font + sc_vtb_getc(&scp->scr, pos)*scp->font_size,
418 &font_buf[0], scp->font_size);
419 bcopy(scp->font + sc_vtb_getc(&scp->scr, pos + 1)*scp->font_size,
[all...]
H A Dscmouse.c171 if (scp->font_size <= 0 || scp->font_width <= 0)
175 (y/scp->font_size - scp->yoff)*scp->xsize + x/scp->font_width -
187 if (scp->mouse_ypos < scp->yoff*scp->font_size)
188 scp->mouse_ypos = scp->yoff*scp->font_size;
198 if (scp->mouse_ypos > (scp->ysize + scp->yoff)*scp->font_size - 1)
199 scp->mouse_ypos = (scp->ysize + scp->yoff)*scp->font_size - 1;
203 && (scp->font_size != 0 && scp->font_width != 0)) {
206 (scp->mouse_ypos/scp->font_size - scp->yoff)*scp->xsize
246 * scp->font_size,
937 sc_load_font(cur_scp, 0, cur_scp->font_size,
[all...]
H A Dscgfbrndr.c229 if (base < 0 || base >= scp->font_size)
236 vidd_set_hw_cursor_shape(scp->sc->adp, base, height, scp->font_size,
H A Dsyscons.c410 fontsize = scp->font_size;
461 scp->font_size = fontsize;
906 ptr->font_size = scp->font_size;
1495 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size < 14))
1520 && (sc->cur_scp->font_size >= 14)
1521 && (sc->cur_scp->font_size < 16))
1545 if (ISTEXTSC(sc->cur_scp) && (sc->cur_scp->font_size >= 16))
2747 scp->font_size - 1);
2749 scp->font_size
[all...]
H A Dscvidctl.c218 scp->font_size = fontsize;
283 scp->font_size = 0;
395 scp->font_size = fontsize;
771 scp->font_size, scp->font_width);
H A Dsyscons.h296 int font_size; /* fontsize in Y direction */ member in struct:scr_stat
/freebsd-10.2-release/contrib/groff/src/devices/xditview/
H A DDviP.h98 int font_size; member in struct:_dviCharCache
107 int font_size; member in struct:_dviState
149 int font_size; member in struct:__anon1523
H A Ddraw.c187 if (dw->dvi.cache.font_size != dw->dvi.state->font_size ||
192 dw->dvi.cache.font_size = dw->dvi.state->font_size;
196 dw->dvi.cache.font_size);
256 dw->dvi.state->font_size, buf, widp))
263 && device_char_width (f, dw->dvi.state->font_size,
360 dw->dvi.state->font_size, c, &wid))
395 * dw->dvi.state->font_size)
H A Dparse.c132 dw->dvi.state->font_size = n;
203 new_state->font_size = 10;
H A Dfont.c426 dw->dvi.font_size = size;
H A DDvi.c213 dw->dvi.cache.font_size = -1;
/freebsd-10.2-release/sys/pc98/cbus/
H A Dscgdcrndr.c142 if (base < 0 || base >= scp->font_size)
145 vidd_set_hw_cursor_shape(scp->sc->adp, base, height, scp->font_size,
171 at = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff;
H A Dscterm-sck.c836 scp->font_size - v1 - 1,
/freebsd-10.2-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c183 cur_info.console_info.font_size;
184 size[2] = cur_info.console_info.font_size;
504 snprintf(size_sufx, sizeof(size_sufx), "-8x%d", _info.font_size);
766 font_height = cur_info.console_info.font_size;
/freebsd-10.2-release/sys/sys/
H A Dconsio.h253 u_short font_size; member in struct:vid_info

Completed in 275 milliseconds