Home
last modified time | relevance | path

Searched refs:xrchart_write_scale (Results 1 – 2 of 2) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dcairo-chart.c370 xrchart_write_scale (cairo_t *cr, struct xrchart_geometry *geom, in xrchart_write_scale() function
433 return xrchart_write_scale (cr, geom, smin, smax, SCALE_ORDINATE); in xrchart_write_yscale()
441 return xrchart_write_scale (cr, geom, smin, smax, SCALE_ABSCISSA); in xrchart_write_xscale()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog559 src/output/cairo-chart.h (xrchart_write_scale): Check the range and deal with the consequences.
13615 xrchart_write_scale: Use integer arithmetic