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

Function PSL_plotcolorimage_

src/postscriptlight_f77.c:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int PSL_plotcolorimage_ (double *x, double *y, double *xsize, double *ysize, int *justify, unsigned char *buffer, int *nx, int *ny, int *nbits, int len)
153{
154 return (PSL_plotcolorimage (PSL_FORTRAN, *x, *y, *xsize, *ysize, *justify, buffer, *nx, *ny, *nbits));
155}
156
157int PSL_command_nonmacro (struct PSL_CTRL *PSL, char *text)
158{

Callers

nothing calls this directly

Calls 1

PSL_plotcolorimageFunction · 0.85

Tested by

no test coverage detected