MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / PSL_defpen_

Function PSL_defpen_

src/postscriptlight_f77.c:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358int PSL_defpen_ (char *param, double *linewidth, char *style, double *offset, double rgb[], int len1, int len2)
359{
360 return (PSL_defpen (PSL_FORTRAN, param, *linewidth, style, *offset, rgb));
361}
362
363int PSL_defcolor_ (char *param, double rgb[], int len)
364{

Callers

nothing calls this directly

Calls 1

PSL_defpenFunction · 0.85

Tested by

no test coverage detected