Searched refs:scale_round (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | device.c | 68 static int scale_round(int, int, int); 280 int scale_round(int n, int x, int y) in scale_round() function 333 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_char_width() 347 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_code_width()
|
| H A D | ChangeLog | 14 * device.c (scale_round): Round correctly for negative values
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | font.cpp | 192 static int scale_round(int n, int x, int y) in scale_round() function 212 return sz == unitwidth ? w : scale_round(w, sz, unitwidth); in scale() 807 space_width = scale_round(unitwidth, res, 72*3*sizescale); in load()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 2936 * lib/font.c (scale_round): If n is negative, 3988 divide by sizescale. Use scale_round. 4216 * lib/font.c (scale_round): Better test for overflow when n is
|