Home
last modified time | relevance | path

Searched refs:font_widths_cache (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/groff/src/libs/libgroff/
HDfont.cpp57 struct font_widths_cache { struct
58 font_widths_cache *next; argument
62 font_widths_cache(int, int, font_widths_cache * = 0); argument
63 ~font_widths_cache();
184 font_widths_cache *tem = widths_cache; in ~font()
257 font_widths_cache::font_widths_cache(int ps, int ch_size, in font_widths_cache() function in font_widths_cache
258 font_widths_cache *p) in font_widths_cache()
266 font_widths_cache::~font_widths_cache() in ~font_widths_cache()
281 widths_cache = new font_widths_cache(point_size, ch_size); in get_width()
283 font_widths_cache **p; in get_width()
[all …]
/NextBSD/contrib/groff/src/include/
HDfont.h27 struct font_widths_cache;
103 font_widths_cache *widths_cache;
/NextBSD/contrib/groff/
HDChangeLog.1171072 * src/libs/libgroff/font.cc (font_widths_cache): Fixing syntax of
HDChangeLog.1152919 * lib/font.h: Add font::widths_cache. Declare font_widths_cache.