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

/macosx-10.10.1/groff-38/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...]
/macosx-10.10.1/groff-38/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:__anon8773
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;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitSettings.h216 guint32 font_size);
223 guint32 font_size);
230 guint32 font_size);
/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c2862 int_u font_size,
2875 if( PfGenerateFontName( font_name, font_flags, font_size,
2891 font_size = 0;
2895 if( font_size == info.size &&
2921 int_u *font_size )
2951 *font_size = size;
2970 int_u font_size = 12; local
2998 &font_size ) == FALSE )
3001 font_tag = gui_ph_get_font( font_name, font_flags, font_size, 0 );
3014 font_size, PF_STYLE_BOL
2859 gui_ph_get_font( char_u *font_name, int_u font_flags, int_u font_size, int_u enforce ) argument
3052 int_u font_size = 12; local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmf.vim105 syn keyword mfMacro font_quad font_setup font_size font_slant font_x_height
H A Dmp.vim88 syn keyword mpMacro font_normal_stretch font_quad font_size

Completed in 155 milliseconds