Home
last modified time | relevance | path

Searched refs:current_pen (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_paint.c58 ctx->current_pen.red = 0.0; in gGraphCreateContext()
59 ctx->current_pen.green = 0.0; in gGraphCreateContext()
60 ctx->current_pen.blue = 0.0; in gGraphCreateContext()
61 ctx->current_pen.alpha = 1.0; in gGraphCreateContext()
62 ctx->current_pen.width = 1.0; in gGraphCreateContext()
141 ctx->current_pen.red = 0.0; in gGraphCreateSvgContext()
143 ctx->current_pen.blue = 0.0; in gGraphCreateSvgContext()
227 ctx->current_pen.red = 0.0; in gGraphCreatePdfContext()
229 ctx->current_pen.blue = 0.0; in gGraphCreatePdfContext()
514 ctx->current_pen.green, ctx->current_pen.blue, in set_current_pen()
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2paint.c183 ctx->current_pen.red = 0.0; in rl2_graph_create_context()
184 ctx->current_pen.green = 0.0; in rl2_graph_create_context()
185 ctx->current_pen.blue = 0.0; in rl2_graph_create_context()
186 ctx->current_pen.alpha = 1.0; in rl2_graph_create_context()
187 ctx->current_pen.width = 1.0; in rl2_graph_create_context()
303 ctx->current_pen.red = 0.0; in rl2_graph_create_svg_context()
305 ctx->current_pen.blue = 0.0; in rl2_graph_create_svg_context()
393 ctx->current_pen.red = 0.0; in rl2_graph_create_pdf_context()
526 ctx->current_pen.red = 0.0; in rl2_graph_create_mem_pdf_context()
1023 ctx->current_pen.green, ctx->current_pen.blue, in set_current_pen()
[all …]
/dports/lang/seed7/seed7/src/
H A Ddrw_win.c159 HPEN current_pen; in drawRectangle() local
532 HPEN current_pen; in drwPArc() local
589 HPEN current_pen; in drwPFArcPieSlice() local
719 HPEN current_pen; in drwPCircle() local
747 HPEN current_pen; in drwClear() local
841 HPEN current_pen; in drwPFCircle() local
886 HPEN current_pen; in drwPFEllipse() local
1240 HPEN current_pen; in drwPLine() local
1708 HPEN current_pen; in drwPolyLine() local
1749 HPEN current_pen; in drwFPolyLine() local
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpsxy.c1352 …PSL_defpen (PSL, "PSL_vecheadpen", current_pen.width, current_pen.style, current_pen.offset, curre… in GMT_psxy()
1354 last_headpen = current_pen; in GMT_psxy()
1390 …PSL_defpen (PSL, "PSL_spiderpen", current_pen.width, current_pen.style, current_pen.offset, curren… in GMT_psxy()
1391 last_spiderpen = current_pen; in GMT_psxy()
1560 …PSL_defpen (PSL, "PSL_vecheadpen", current_pen.width, current_pen.style, current_pen.offset, curre… in GMT_psxy()
1583 …PSL_defpen (PSL, "PSL_spiderpen", current_pen.width, current_pen.style, current_pen.offset, curren… in GMT_psxy()
1692 nominal_pen = current_pen; in GMT_psxy()
1696 current_pen = Ctrl->W.pen; in GMT_psxy()
1697 nominal_pen = current_pen; in GMT_psxy()
1703 …PSL_defpen (PSL, "PSL_vecheadpen", current_pen.width, current_pen.style, current_pen.offset, curre… in GMT_psxy()
[all …]
H A Dpsxyz.c983 nominal_pen = current_pen; in GMT_psxyz()
985 last_headpen = current_pen; in GMT_psxyz()
1063 nominal_pen = current_pen; in GMT_psxyz()
1065 …PSL_defpen (PSL, "PSL_spiderpen", current_pen.width, current_pen.style, current_pen.offset, curren… in GMT_psxyz()
1178 nominal_pen = current_pen; in GMT_psxyz()
1202 …PSL_defpen (PSL, "PSL_spiderpen", current_pen.width, current_pen.style, current_pen.offset, curren… in GMT_psxyz()
1299 current_pen = Ctrl->W.pen; in GMT_psxyz()
1300 nominal_pen = current_pen; in GMT_psxyz()
1306 last_headpen = current_pen; in GMT_psxyz()
1322 data[n].p = current_pen; in GMT_psxyz()
[all …]
H A Dpslegend.c522 struct GMT_PEN current_pen; in GMT_pslegend() local
962 current_pen = GMT->current.setting.map_default_pen; in GMT_pslegend()
1101 …if (txt_b[0] && gmt_getpen (GMT, txt_b, &current_pen)) gmt_pen_syntax (GMT, 'W', NULL, " ", NULL, … in GMT_pslegend()
1102 gmt_setpen (GMT, &current_pen); in GMT_pslegend()
1103 d_line_half_width = 0.5 * current_pen.width / PSL_POINTS_PER_INCH; /* Half the pen width */ in GMT_pslegend()
1801 if (txt_b[0] && gmt_getpen (GMT, txt_b, &current_pen)) { in GMT_pslegend()
1805 gmt_setpen (GMT, &current_pen); in GMT_pslegend()
H A Dgmt_plot.c7208 struct GMT_PEN save_pen, p, *current_pen = pen; in gmt_draw_custom_symbol() local
7325 gmtplot_get_the_pen (&p, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7326 gmtplot_get_the_fill (&f, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7385 if (s->pen) current_pen = s->pen; in gmt_draw_custom_symbol()
7418 gmtplot_get_the_pen (&p, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7429 gmtplot_get_the_pen (&p, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7444 gmtplot_get_the_pen (&p, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7464 gmtplot_get_the_pen (&p, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7486 gmtplot_get_the_pen (&p, s, current_pen, current_fill); in gmt_draw_custom_symbol()
7503 …PSL_defpen (PSL, "PSL_vecheadpen", current_pen->width, current_pen->style, current_pen->offset, cu… in gmt_draw_custom_symbol()
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpsmeca.c672 struct GMT_PEN current_pen; in GMT_psmeca() local
968 current_pen = Ctrl->A.pen; in GMT_psmeca()
1018 current_pen = Ctrl->L.pen; in GMT_psmeca()
1023 gmt_setpen (GMT, &current_pen); in GMT_psmeca()
1033 current_pen = Ctrl->Z2.pen; in GMT_psmeca()
1038 gmt_setpen (GMT, &current_pen); in GMT_psmeca()
1045 current_pen = Ctrl->T.pen; in GMT_psmeca()
1061 current_pen = Ctrl->L.pen; in GMT_psmeca()
1091 current_pen = Ctrl->W.pen; in GMT_psmeca()
1106 current_pen = Ctrl->P2.pen; in GMT_psmeca()
[all …]
H A Dpscoupe.c1063 struct GMT_PEN current_pen; in GMT_pscoupe() local
1514 current_pen = Ctrl->L.pen; in GMT_pscoupe()
1519 gmt_setpen (GMT, &current_pen); in GMT_pscoupe()
1524 current_pen = Ctrl->W.pen; in GMT_pscoupe()
1529 gmt_setpen (GMT, &current_pen); in GMT_pscoupe()
1534 current_pen = Ctrl->T.pen; in GMT_pscoupe()
1548 current_pen = Ctrl->L.pen; in GMT_pscoupe()
1562 current_pen = Ctrl->P2.pen; in GMT_pscoupe()
1568 current_pen = Ctrl->T2.pen; in GMT_pscoupe()
1598 current_pen = Ctrl->W.pen; in GMT_pscoupe()
[all …]
H A Dpssac.c612 struct GMT_PEN current_pen; in GMT_pssac() local
637 current_pen = Ctrl->W.pen; in GMT_pssac()
648 gmt_setpen (GMT, &current_pen); in GMT_pssac()
920 current_pen = L[n].pen; in GMT_pssac()
923 gmt_plot_line (GMT, xp, yp, plot_pen, npts, current_pen.mode); in GMT_pssac()
925 current_pen = Ctrl->W.pen; in GMT_pssac()
926 gmt_setpen (GMT, &current_pen); in GMT_pssac()
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dpsvelo.c1008 struct GMT_PEN current_pen; in GMT_psvelo() local
1265 current_pen = Ctrl->L.pen; in GMT_psvelo()
1270 gmt_setpen (GMT, &current_pen); in GMT_psvelo()
1288 current_pen = Ctrl->A.S.v.pen; in GMT_psvelo()
1293 gmt_setpen (GMT, &current_pen); in GMT_psvelo()
1302 current_pen = Ctrl->W.pen; in GMT_psvelo()
1307 gmt_setpen (GMT, &current_pen); in GMT_psvelo()
1340 current_pen = Ctrl->W.pen; in GMT_psvelo()
1343 gmt_scale_pen (GMT, &current_pen, scl); in GMT_psvelo()
1345 gmt_setpen (GMT, &current_pen); in GMT_psvelo()
[all …]
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dchardraw.c1016 void plot_string(char *txt, LB_Mode mode, short current_pen) in plot_string() argument
1032 savedwidth = pt.width[current_pen]; in plot_string()
1034 Pen_Width_to_tmpfile(current_pen, tp->strokewidth); in plot_string()
1109 Pen_Width_to_tmpfile(current_pen, savedwidth); in plot_string()
1229 void plot_user_char(FILE * hd, short current_pen) in plot_user_char() argument
1248 savedwidth = pt.width[current_pen]; in plot_user_char()
1250 Pen_Width_to_tmpfile(current_pen, tp->strokewidth); in plot_user_char()
1281 Pen_Width_to_tmpfile(current_pen, savedwidth); in plot_user_char()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/plotters/
H A DHPGL_plotter.cpp307 int current_pen = penNumber; in EndPlot() local
328 if( item.pen != current_pen ) in EndPlot()
337 current_pen = item.pen; in EndPlot()
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/headers/
H A Dgaiagraphics_internals.h491 struct gaia_graphics_pen current_pen; member