| 1351 | } |
| 1352 | |
| 1353 | GMT_LOCAL double gmtplot_fancy_fat_pen_width (struct GMT_CTRL *GMT) { |
| 1354 | /* Return the pen width of the black/white checker fancy frame in points */ |
| 1355 | return (fabs (0.01 * GMT->current.setting.map_frame_percent * GMT->current.setting.map_frame_width) * GMT->session.u2u[GMT_INCH][GMT_PT]); |
| 1356 | } |
| 1357 | |
| 1358 | GMT_LOCAL double gmtplot_fancy_thin_pen_width (struct GMT_CTRL *GMT, double width) { |
| 1359 | /* Return the pen width of the enclosing checker fancy frame in points as 10% of fat pen width */ |
no outgoing calls
no test coverage detected