Home
last modified time | relevance | path

Searched refs:unit_scale (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dfont.h119 static int unit_scale(double *value, char unit);
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp215 int font::unit_scale(double *value, char unit) in unit_scale() function in font
526 && unit_scale(&l, lu[0]) && unit_scale(&w, wu[0])) { in scan_papersize()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1181014 * src/libs/libgroff/font.cc (font::unit_scale): New helper function.