| 145 | } |
| 146 | |
| 147 | int 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 | |
| 152 | int PSL_plotcolorimage_ (double *x, double *y, double *xsize, double *ysize, int *justify, unsigned char *buffer, int *nx, int *ny, int *nbits, int len) |
| 153 | { |
nothing calls this directly
no test coverage detected