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

Function PSL_beginclipping_

src/postscriptlight_f77.c:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147int PSL_beginclipping_ (double *x, double *y, int *n, double *rgb, int *flag)
148{
149 return (PSL_beginclipping (PSL_FORTRAN, x, y, *n, rgb, *flag));
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{

Callers

nothing calls this directly

Calls 1

PSL_beginclippingFunction · 0.85

Tested by

no test coverage detected