Home
last modified time | relevance | path

Searched refs:gmt_convert_units (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_macros.h208 #define gmt_M_to_inch(GMT,value) gmt_convert_units (GMT, value, GMT->current.setting.proj_length_un…
209 #define gmt_M_to_points(GMT,value) gmt_convert_units (GMT, value, GMT->current.setting.proj_length_…
H A Dpslegend.c869 scl = gmt_convert_units (GMT, "1", GMT_INCH, GMT->current.setting.proj_length_unit); in GMT_pslegend()
1383 double s = gmt_convert_units (GMT, "1", GMT_INCH, GMT->current.setting.proj_length_unit); in GMT_pslegend()
H A Dgmt_prototypes.h103 EXTERN_MSC double gmt_convert_units (struct GMT_CTRL *GMT, char *value, unsigned int from_default, …
H A Dgmt_init.c10525 dval = gmt_convert_units (GMT, value, GMT_PT, GMT_PT); in gmtlib_setparameter()
10539 dval = gmt_convert_units (GMT, value, GMT_PT, GMT_PT); in gmtlib_setparameter()
10553 dval = gmt_convert_units (GMT, value, GMT_PT, GMT_PT); in gmtlib_setparameter()
10567 dval = gmt_convert_units (GMT, value, GMT_PT, GMT_PT); in gmtlib_setparameter()
11230 GMT->current.setting.ps_page_size[0] = gmt_convert_units (GMT, txt_a, GMT_PT, GMT_PT); in gmtlib_setparameter()
11232 GMT->current.setting.ps_page_size[1] = gmt_convert_units (GMT, txt_b, GMT_PT, GMT_PT); in gmtlib_setparameter()
13374 double gmt_convert_units (struct GMT_CTRL *GMT, char *string, unsigned int default_unit, unsigned i… in gmt_convert_units() function
16119 …S->v.comp_scale = (float)gmt_convert_units (GMT, &p[1], GMT->current.setting.proj_length_unit, GMT… in gmt_parse_vector()
H A Dgmt_support.c1001 P->width = gmt_convert_units (GMT, line, GMT_PT, GMT_PT); in gmtsupport_getpenwidth()
6798 else if ((pointsize = gmt_convert_units (GMT, size, GMT_PT, GMT_PT)) < GMT_CONV4_LIMIT) in gmt_getfont()
10211 G->font_label.size = gmt_convert_units (GMT, &p[1], GMT_PT, GMT_PT); in gmt_contlabel_specs()
H A Dgmt_api.c14013 …value = gmt_convert_units (GMT, p, GMT->current.setting.proj_length_unit, GMT->current.setting.pro… in GMT_Get_Values()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpscoupe.c818 if (txt_b[0]) Ctrl->S.font.size = gmt_convert_units (GMT, txt_b, GMT_PT, GMT_PT); in parse()
819 if (txt_c[0]) Ctrl->S.offset[1] = gmt_convert_units (GMT, txt_c, GMT_PT, GMT_INCH); in parse()
980 if (txt_b[0]) Ctrl->S.font.size = gmt_convert_units (GMT, txt_b, GMT_PT, GMT_PT); in parse()
981 if (txt_c[0]) Ctrl->S.offset[1] = gmt_convert_units (GMT, txt_c, GMT_PT, GMT_INCH); in parse()
H A Dpsmeca.c589 if (txt_b[0]) Ctrl->S.font.size = gmt_convert_units (GMT, txt_b, GMT_PT, GMT_PT); in parse()
590 if (txt_c[0]) Ctrl->S.offset[1] = gmt_convert_units (GMT, txt_c, GMT_PT, GMT_INCH); in parse()
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dpsvelo.c876 if (txt_b[0]) Ctrl->S.font.size = gmt_convert_units (GMT, txt_b, GMT_PT, GMT_PT); in parse()