| 756 | } |
| 757 | |
| 758 | static int psl_ip (struct PSL_CTRL *PSL, double p) { |
| 759 | /* Convert PS points to PS dots */ |
| 760 | return ((int)lrint (p * PSL->internal.dpp)); |
| 761 | } |
| 762 | |
| 763 | static int psl_convert_path_new (struct PSL_CTRL *PSL, double *x, double *y, int n, int *ix, int *iy, int mode) { |
| 764 | /* Simplifies the (x,y) array by converting it to pixel coordinates (ix,iy) |
no outgoing calls
no test coverage detected