Searched refs:get_missing_width (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpdtt.c | 1821 get_missing_width(gs_font_base *cfont, int wmode, double scale_c, in get_missing_width() function 1895 return get_missing_width(cfont, wmode, scale_c, pwidths); in pdf_glyph_widths() 1907 code = get_missing_width(cfont, wmode, scale_c, pwidths); in pdf_glyph_widths() 1915 if (get_missing_width(cfont, 0, scale_c, &widths1) < 0) in pdf_glyph_widths() 1938 if (get_missing_width(cfont, 0, scale_c, &widths1) < 0) in pdf_glyph_widths()
|