Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Df_defplot.c151 _plotter->data->xmin = (FIG_UNITS_PER_INCH in _pl_f_initialize()
154 _plotter->data->xmax = (FIG_UNITS_PER_INCH in _pl_f_initialize()
160 _plotter->data->ymin = (FIG_UNITS_PER_INCH in _pl_f_initialize()
164 _plotter->data->ymax = (FIG_UNITS_PER_INCH in _pl_f_initialize()
H A Df_closepl.c50 IROUND(FIG_UNITS_PER_INCH), /* Fig units per inch */ in _pl_f_end_page()
H A Dextern.h723 #define FIG_UNITS_PER_INCH 1200 macro
726 #define FIG_UNITS_TO_POINTS(size) ((size)*72.0/FIG_UNITS_PER_INCH)
727 #define POINTS_TO_FIG_UNITS(size) ((size)*((double)FIG_UNITS_PER_INCH)/72.0)
731 #define FIG_UNITS_TO_FIG_DISPLAY_UNITS(width) ((width)*80.0/FIG_UNITS_PER_INCH)