Home
last modified time | relevance | path

Searched refs:GMT_POSTSCRIPT (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_internals.h228 EXTERN_MSC struct GMT_POSTSCRIPT * gmtlib_create_ps (struct GMT_CTRL *GMT, uint64_t length);
229 EXTERN_MSC struct GMT_POSTSCRIPT * gmtlib_duplicate_ps (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT
230 EXTERN_MSC void gmtlib_free_ps (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT **P);
231 EXTERN_MSC struct GMT_POSTSCRIPT * gmtlib_read_ps (struct GMT_CTRL *GMT, void *source, unsigned int…
232 …ct GMT_CTRL *GMT, void *dest, unsigned int dest_type, unsigned int mode, struct GMT_POSTSCRIPT *P);
233 …MSC void gmtlib_copy_ps (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT *P_copy, struct GMT_POSTSCRIP…
238 EXTERN_MSC void gmtlib_free_ps_ptr (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT *P);
H A Dtestpsl.c34 struct GMT_POSTSCRIPT *PS = NULL; /* Holds our plot */ in main()
H A Dtestapiconv.c37 struct GMT_POSTSCRIPT **P = NULL; in main()
H A Dgmt_private.h114 struct GMT_POSTSCRIPT *P;
H A Dgmt_hidden.h39 static inline struct GMT_POSTSCRIPT_HIDDEN * gmt_get_P_hidden (struct GMT_POSTSCRIPT *p) {return… in gmt_get_P_hidden()
H A Dgmt_resources.h678 struct GMT_POSTSCRIPT { /* Single container for a chunk of PostScript */ struct
H A Dpsconvert.c1139 struct GMT_POSTSCRIPT *PS = NULL; in psconvert_pipe_HR_BB()
1174 PS = gmt_M_memory (API->GMT, NULL, 1, struct GMT_POSTSCRIPT); in psconvert_pipe_HR_BB()
1306 struct GMT_POSTSCRIPT *PS = NULL; in psconvert_pipe_ghost()
1355 PS = gmt_M_memory (API->GMT, NULL, 1, struct GMT_POSTSCRIPT); in psconvert_pipe_ghost()
1646 struct GMT_POSTSCRIPT *PS = NULL; in GMT_psconvert()
1872 PS = gmt_M_memory (GMT, NULL, 1, struct GMT_POSTSCRIPT); /* Only used if API passes = */ in GMT_psconvert()
H A Dgmt_plot.c9268 struct GMT_POSTSCRIPT *P = gmt_get_postscript (GMT); in gmt_plotend()
10260 struct GMT_POSTSCRIPT *P = gmt_get_postscript (GMT); in gmtlib_create_ps()
10273 void gmtlib_free_ps_ptr (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT *P) { in gmtlib_free_ps_ptr()
10294 void gmtlib_free_ps (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT **P) { in gmtlib_free_ps()
10312 struct GMT_POSTSCRIPT *P = NULL; in gmtlib_read_ps()
10464 void gmtplot_copy_ps (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT *P_copy, struct GMT_POSTSCRIPT *P… in gmtplot_copy_ps()
10476 struct GMT_POSTSCRIPT * gmtlib_duplicate_ps (struct GMT_CTRL *GMT, struct GMT_POSTSCRIPT *P_from, u… in gmtlib_duplicate_ps()
10478 struct GMT_POSTSCRIPT *P = gmtlib_create_ps (GMT, P_from->n_bytes); in gmtlib_duplicate_ps()
10484 struct GMT_POSTSCRIPT * gmt_get_postscript (struct GMT_CTRL *GMT) { in gmt_get_postscript()
10485 struct GMT_POSTSCRIPT *P = NULL; in gmt_get_postscript()
[all …]
H A Dgmt_api.c710 GMT_LOCAL inline struct GMT_POSTSCRIPT * gmtapi_get_ps_ptr (struct GMT_POSTSCRIPT **ptr) {ret… in gmtapi_get_ps_ptr()
727 GMT_LOCAL inline struct GMT_POSTSCRIPT * gmtapi_get_postscript_data (struct GMT_POSTSCRIPT *ptr) {… in gmtapi_get_postscript_data()
765 …case GMT_IS_POSTSCRIPT: p = gmt_M_memory (API->GMT, NULL, n_items, struct GMT_POSTSCRIPT *); break; in gmtapi_alloc_object_array()
1205 struct GMT_POSTSCRIPT *P = NULL; in gmt_copy()
2508 …tapi_ps_comment (struct GMTAPI_CTRL *API, unsigned int mode, void *arg, struct GMT_POSTSCRIPT *P) { in gmtapi_ps_comment()
3132 GMT_LOCAL int gmtapi_destroy_postscript (struct GMTAPI_CTRL *API, struct GMT_POSTSCRIPT **P_obj) { in gmtapi_destroy_postscript()
3429 GMT_LOCAL struct GMT_POSTSCRIPT * gmtapi_import_postscript (struct GMTAPI_CTRL *API, int object_ID,… in gmtapi_import_postscript()
3437 struct GMT_POSTSCRIPT *P_obj = NULL, *P_orig = NULL; in gmtapi_import_postscript()
3510 struct GMT_POSTSCRIPT *P_copy = NULL; in gmtapi_export_postscript()
10938 struct GMT_POSTSCRIPT **P = *obj; in gmtapi_destroy_postscripts()
[all …]
H A Dgmt_prototypes.h322 EXTERN_MSC struct GMT_POSTSCRIPT * gmt_get_postscript (struct GMT_CTRL *GMT);
/dports/graphics/gmt/gmt-6.3.0/
H A DCODE_CONVENTIONS.md38 **GMT_IMAGE** (also with **GMT_GRID_HEADER**), **GMT_POSTSCRIPT**, **GMT_VECTOR**, **GMT_MATRIX**,
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst473 The full structure definition can be found in :ref:`GMT_POSTSCRIPT <struct-postscript>`.
479 struct GMT_POSTSCRIPT { /* Single container for a chunk of PostScript text */
1275 …We allocate an empty :ref:`GMT_POSTSCRIPT <struct-postscript>` structure with a text buffer of len…
3924 Bulk PostScript is represented by a :ref:`GMT_POSTSCRIPT <struct-postscript>` structure that contai…
3932 struct GMT_POSTSCRIPT { /* Single container for a chunk of PostScript code */