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

Function PSL_plotbitimage_

src/postscriptlight_f77.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int PSL_plotbitimage_ (double *x, double *y, double *xsize, double *ysize, int *justify, unsigned char *buffer, int *nx, int *ny, double *f_rgb, double *b_rgb)
139{
140 return (PSL_plotbitimage (PSL_FORTRAN, *x, *y, *xsize, *ysize, *justify, buffer, *nx, *ny, f_rgb, b_rgb));
141}
142
143int PSL_endclipping_ (int *mode) {
144 return (PSL_endclipping (PSL_FORTRAN, *mode));

Callers

nothing calls this directly

Calls 1

PSL_plotbitimageFunction · 0.85

Tested by

no test coverage detected