Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp59 struct font_widths_cache { struct
60 font_widths_cache *next; argument
64 font_widths_cache(int, int, font_widths_cache * = 0); argument
65 ~font_widths_cache();
186 font_widths_cache *tem = widths_cache; in ~font()
259 font_widths_cache::font_widths_cache(int ps, int ch_size, in font_widths_cache() function in font_widths_cache
260 font_widths_cache *p) in font_widths_cache()
268 font_widths_cache::~font_widths_cache() in ~font_widths_cache()
283 widths_cache = new font_widths_cache(point_size, ch_size); in get_width()
285 font_widths_cache **p; in get_width()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dfont.h29 struct font_widths_cache;
105 font_widths_cache *widths_cache;
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171072 * src/libs/libgroff/font.cc (font_widths_cache): Fixing syntax of
H A DChangeLog.1152919 * lib/font.h: Add font::widths_cache. Declare font_widths_cache.