Home
last modified time | relevance | path

Searched refs:gmt_y_to_yy (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h605 EXTERN_MSC double gmt_y_to_yy (struct GMT_CTRL *GMT, double y);
H A Dpsxyz.c1352 data[n].dim[2] = (gmt_M_is_dnan (S.base)) ? 0.0 : gmt_y_to_yy (GMT, S.base); in GMT_psxyz()
H A Dgmt_plot.c5434 xyz_fwd = ((axis == GMT_X) ? &gmt_x_to_xx : (axis == GMT_Y) ? &gmt_y_to_yy : &gmt_z_to_zz); in gmt_xy_axis()
H A Dgmt_map.c7051 double gmt_y_to_yy (struct GMT_CTRL *GMT, double y) { in gmt_y_to_yy() function