Searched refs:font_widths_cache (Results 1 – 4 of 4) sorted by relevance
57 struct font_widths_cache { struct58 font_widths_cache *next; argument62 font_widths_cache(int, int, font_widths_cache * = 0); argument63 ~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_cache258 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 …]
27 struct font_widths_cache;103 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.