Searched refs:font_widths_cache (Results 1 – 4 of 4) sorted by relevance
59 struct font_widths_cache { struct60 font_widths_cache *next; argument64 font_widths_cache(int, int, font_widths_cache * = 0); argument65 ~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_cache260 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 …]
29 struct font_widths_cache;105 font_widths_cache *widths_cache;
1072 * src/libs/libgroff/font.cc (font_widths_cache): Fixing syntax of
2919 * lib/font.h: Add font::widths_cache. Declare font_widths_cache.