Home
last modified time | relevance | path

Searched refs:COORD_WORLD (Results 1 – 8 of 8) sorted by relevance

/dports/math/grace/grace-5.1.25/src/
H A Dstrwin.c100 ellipse_loctype = GetChoice(ellip_loc_item) ? COORD_VIEW : COORD_WORLD; in ellip_def_proc()
122 box_loctype = GetChoice(boxes_loc_item) ? COORD_VIEW : COORD_WORLD; in boxes_def_proc()
139 line_loctype = GetChoice(lines_loc_item) ? COORD_VIEW : COORD_WORLD; in lines_def_proc()
188 string_loctype = GetChoice(strings_loc_item) ? COORD_VIEW : COORD_WORLD; in define_string_defaults()
578 ellip[ellipno].loctype = COORD_WORLD; in swap_ellipwv_coords()
603 ellip[ellipno].loctype = GetChoice(ui->loc_item) ? COORD_VIEW : COORD_WORLD; in ellipse_edit_proc()
629 boxes[boxno].loctype = COORD_WORLD; in swap_boxwv_coords()
651 boxes[boxno].loctype = GetChoice(ui->loc_item) ? COORD_VIEW : COORD_WORLD; in box_edit_proc()
836 lines[lineno].loctype = COORD_WORLD; in swap_linewv_coords()
858 lines[lineno].loctype = GetChoice(ui->loc_item) ? COORD_VIEW : COORD_WORLD; in line_edit_proc()
[all …]
H A Dutils.h45 #define w_or_v(x) ((x == COORD_WORLD)?"world":"view")
H A Dparams.c528 if (b.loctype == COORD_WORLD) { in put_objects()
547 if (e.loctype == COORD_WORLD) { in put_objects()
565 if (l.loctype == COORD_WORLD) { in put_objects()
586 if (s.loctype == COORD_WORLD) { in put_objects()
H A Dplotone.c2083 if (pstr.loctype == COORD_WORLD && pstr.gno != gno) { in draw_string()
2092 if (pstr.loctype == COORD_WORLD) { in draw_string()
2128 if (b.loctype == COORD_WORLD && b.gno != gno) { in draw_box()
2138 if (b.loctype == COORD_WORLD) { in draw_box()
2182 if (b.loctype == COORD_WORLD && b.gno != gno) { in draw_ellipse()
2192 if (b.loctype == COORD_WORLD) { in draw_ellipse()
2237 if (l.loctype == COORD_WORLD && l.gno != gno) { in draw_line()
2247 if (l.loctype == COORD_WORLD) { in draw_line()
2522 if (l.loctype == COORD_WORLD) { in dolegend()
H A Ddefines.h181 #define COORD_WORLD 1 macro
H A Dgraphappwin.c420 l.loctype = GetChoice(toggle_legendloc_item) ? COORD_VIEW : COORD_WORLD; in graphapp_aac_cb()
H A Dpars.yacc4565 worldview: WORLD { $$ = COORD_WORLD; }
H A Dpars.c12454 { (yyval.ival) = COORD_WORLD; } in yyparse()