Searched refs:font_size (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.h | 31 class font_size { 36 font_size(); 37 font_size(int points); 41 int operator==(font_size); 42 int operator!=(font_size); 46 inline font_size::font_size() : p(0) in font_size() function 50 inline int font_size::operator==(font_size fs) 55 inline int font_size::operator!=(font_size fs) 60 inline int font_size::to_scaled_points() in to_scaled_points() 65 inline int font_size::to_points() in to_points() [all …]
|
| H A D | node.cpp | 128 font_size last_size; 155 tfont *get_tfont(font_size, int, int, int); 156 hunits get_space_width(font_size, int); 157 hunits get_narrow_space_width(font_size); 158 hunits get_half_narrow_space_width(font_size); 171 font_size size; 182 tfont_spec(symbol, int, font *, font_size, int, int); 186 friend tfont *font_info::get_tfont(font_size fs, int, int, int); 201 font_size get_size(); 262 tfont *font_info::get_tfont(font_size fs, int height, int slant, int fontno) in get_tfont() [all …]
|
| H A D | node.h | 588 font_size sz; 594 draw_node(char, hvpair *, int, font_size, color *, color *); 595 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
|
| H A D | env.cpp | 207 size_range *font_size::size_table = 0; 208 int font_size::nranges = 0; 219 void font_size::init_size_table(int *sizes) in init_size_table() 233 font_size::font_size(int sp) in font_size() function in font_size 251 int font_size::to_units() in to_units() 549 font_size temp = prev_size; in set_size() 558 size = font_size(n); in set_size() 1280 font_size::init_size_table(sizes); in override_sizes()
|
| H A D | input.cpp | 7421 font_size::init_size_table(font::sizes); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | DviP.h | 100 int font_size; member 109 int font_size; member 151 int font_size; member
|
| H A D | draw.c | 189 if (dw->dvi.cache.font_size != dw->dvi.state->font_size || in DoCharacter() 194 dw->dvi.cache.font_size = dw->dvi.state->font_size; in DoCharacter() 198 dw->dvi.cache.font_size); in DoCharacter() 258 dw->dvi.state->font_size, buf, widp)) in FindCharWidth() 265 && device_char_width (f, dw->dvi.state->font_size, in FindCharWidth() 362 dw->dvi.state->font_size, c, &wid)) in PutNumberedCharacter() 397 * dw->dvi.state->font_size) in setGC()
|
| H A D | parse.c | 134 dw->dvi.state->font_size = n; in ParseInput() 205 new_state->font_size = 10; in push_env()
|
| H A D | font.c | 428 dw->dvi.font_size = size;
|
| H A D | Dvi.c | 215 dw->dvi.cache.font_size = -1; in Initialize()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | grf_ultms.g | 95 font_size: .long $00080008 ; Y:X bitmap size 238 move @font_size,b7,1 ;dydx - char size->pixel array dimensions 333 move @font_size,a5,0 341 move @font_size+$10,a6,0 350 move @font_size+$10,a5,0 352 move @font_size,a7,0 418 move @font_size,a5,0
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 3031 (class composite_node): Add a tfont * member. Delete font_size
|