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

Function PSL_setlinecap

src/postscriptlight.c:4804–4810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4802}
4803
4804int PSL_setlinecap (struct PSL_CTRL *PSL, int cap) {
4805 if (cap != PSL->internal.line_cap) {
4806 PSL_command (PSL, "%d setlinecap\n", cap);
4807 PSL->internal.line_cap = cap;
4808 }
4809 return (PSL_NO_ERROR);
4810}
4811
4812int PSL_setlinejoin (struct PSL_CTRL *PSL, int join) {
4813 if (join != PSL->internal.line_join) {

Callers 12

gmtplot_prog_indicator_DFunction · 0.85
gmt_plotinitFunction · 0.85
PSL_beginplotFunction · 0.85
PSL_setlinecap_Function · 0.85
psscale_draw_colorbarFunction · 0.85
mainFunction · 0.85

Calls 1

PSL_commandFunction · 0.85

Tested by

no test coverage detected