Home
last modified time | relevance | path

Searched refs:PSL_VEC_FILL (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpostscriptlight.h106 PSL_VEC_FILL = 8192, /* Fill vector head using default fill */ enumerator
161 #define PSL_vec_fill(status) ((status&PSL_VEC_FILL) || (status&PSL_VEC_FILL2)) /* Return true if f…
H A Dpsxy.c1336 …if ((S.v.status & PSL_VEC_FILL) == 0 && !S.v.parsed_v4) Ctrl->G.active = false; /* Want no fill so… in GMT_psxy()
1339 if (S.v.status & PSL_VEC_FILL) Ctrl->G.active = true; in GMT_psxy()
1341 else if (S.v.status & PSL_VEC_FILL) { in GMT_psxy()
1567 if (S.v.status & PSL_VEC_FILL) Ctrl->G.active = true; in GMT_psxy()
1569 else if (S.v.status & PSL_VEC_FILL) { in GMT_psxy()
2053 if (fill_active) S.v.status |= PSL_VEC_FILL; /* Choosing to fill head */ in GMT_psxy()
2054 …if (!(S.v.status & PSL_VEC_OUTLINE) && !(S.v.status & PSL_VEC_FILL)) S.v.status |= PSL_VEC_OUTLINE… in GMT_psxy()
H A Dpsxyz.c973 if (S.v.status & PSL_VEC_FILL) Ctrl->G.active = true; in GMT_psxyz()
975 else if (S.v.status & PSL_VEC_FILL) { in GMT_psxyz()
1186 if (S.v.status & PSL_VEC_FILL) Ctrl->G.active = true; in GMT_psxyz()
1188 else if (S.v.status & PSL_VEC_FILL) { in GMT_psxyz()
1428 if (fill_active) S.v.status |= PSL_VEC_FILL; /* Choosing to fill head */ in GMT_psxyz()
1429 …if (!(S.v.status & PSL_VEC_OUTLINE) && !(S.v.status & PSL_VEC_FILL)) S.v.status |= PSL_VEC_OUTLINE… in GMT_psxyz()
H A Dgrdvector.c239 Ctrl->Q.S.v.status = PSL_VEC_END + PSL_VEC_FILL + PSL_VEC_OUTLINE; in parse()
263 … Ctrl->Q.S.v.status |= (PSL_VEC_JUST_B + PSL_VEC_FILL); /* Start filled vector at node location */ in parse()
H A Dpsrose.c361 Ctrl->M.S.v.status = PSL_VEC_END + PSL_VEC_FILL + PSL_VEC_OUTLINE; in parse()
372 Ctrl->M.S.v.status |= (PSL_VEC_OUTLINE + PSL_VEC_FILL); in parse()
1080 …Ctrl->M.S.v.status |= (PSL_VEC_OUTLINE + PSL_VEC_OUTLINE2 + PSL_VEC_FILL + PSL_VEC_FILL2 + PSL_VEC… in GMT_psrose()
H A Dgmt_plot.c3403 dim[PSL_VEC_STATUS] = PSL_VEC_END | PSL_VEC_FILL; in gmtplot_draw_mag_rose()
3430 dim[PSL_VEC_STATUS] = PSL_VEC_END | PSL_VEC_FILL; in gmtplot_draw_mag_rose()
3515 x[5] = GMT->current.setting.map_vector_shape, x[6] = PSL_VEC_END | PSL_VEC_FILL; in gmtplot_draw_dir_rose()
5053 if ((S->v.status & PSL_VEC_FILL) == 0) in gmtplot_geo_vector_smallcircle()
5267 if ((S->v.status & PSL_VEC_FILL) == 0) in gmtplot_geo_vector_greatcircle()
5512 dim[PSL_VEC_STATUS] = PSL_VEC_END | PSL_VEC_FILL; in gmt_xy_axis()
7502 dim[PSL_VEC_STATUS] = PSL_VEC_END | PSL_VEC_FILL | PSL_VEC_OUTLINE; in gmt_draw_custom_symbol()
8430 dim[PSL_MATHARC_STATUS] = (double)(PSL_VEC_BEGIN | PSL_VEC_FILL); in gmtplot_prog_indicator_C()
H A Dpostscriptlight.c2435 fill = ((status & PSL_VEC_FILL) > 0); in psl_matharc()
2719 fill = ((status & PSL_VEC_FILL) > 0); in psl_vector()
H A Dpsscale.c726 vdim[PSL_MATHARC_STATUS] = (double)(PSL_VEC_END|PSL_VEC_FILL); in psscale_plot_cycle()
H A Dgmt_init.c15971 S->v.status |= PSL_VEC_FILL; in gmt_parse_vector()
15980 S->v.status |= PSL_VEC_FILL; in gmt_parse_vector()
16131 …if (!g_opt) S->v.status |= PSL_VEC_FILL; /* Default is to fill vector head with current fill unles… in gmt_parse_vector()
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dpsvelo.c397 dim[PSL_VEC_HEAD_SHAPE] = vector_shape, dim[PSL_VEC_STATUS] = PSL_VEC_END | PSL_VEC_FILL; in psvelo_trace_cross()
431 dim[PSL_VEC_STATUS] = PSL_VEC_BEGIN | PSL_VEC_FILL; in psvelo_trace_cross()
654 C->A.S.v.status = PSL_VEC_END + PSL_VEC_FILL + PSL_VEC_OUTLINE; in New_Ctrl()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpspolar.c701 dim[PSL_VEC_STATUS] = PSL_VEC_END | PSL_VEC_FILL; in GMT_pspolar()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dpostscriptlight.rst632 pen, PSL_VEC_FILL (512) = fill vector head using default fill,