Home
last modified time | relevance | path

Searched refs:graph_w (Results 1 – 8 of 8) sorted by last modified time

/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DinputRange.h257 graph_w = loop_w; in Fl_Group() local
258 int input_w = w - dot_w - loop_w - graph_w; in Fl_Group()
275 _graph_butt = new Fl_Button(x + input_w + dot_w + loop_w, y, graph_w, h); in Fl_Group()
281 new Fl_Menu_Button(x + input_w + dot_w + loop_w, y, graph_w, h); in Fl_Group()
H A DoutputRange.h82 int graph_w = FL_NORMAL_SIZE + 6; in Fl_Group() local
83 int output_w = w - graph_w; in Fl_Group()
87 _graph_butt = new Fl_Button(x + output_w, y, graph_w, h); in Fl_Group()
92 _graph_menu = new Fl_Menu_Button(x + output_w, y, graph_w, h); in Fl_Group()
/dports/x11/xterm/xterm-370/
H A Dgraphics.c936 int const graph_w = graphic->actual_width; in refresh_graphic() local
971 for (c = 0; c < graph_w; c++) { in refresh_graphic()
/dports/cad/oregano/oregano-0.84.43/src/model/
H A Dschematic.c834 gdouble graph_w, graph_h; in schematic_export() local
884 graph_w = img_w * 0.8; in schematic_export()
886 scalew = graph_w / (bbox.x1 - bbox.x0); in schematic_export()
895 cairo_translate (cr, (img_w - graph_w) / 2.0, (img_h - graph_h) / 2.0); in schematic_export()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dpdbtst.c484 graph_w, variable
838 {graph_w.x_axis[i] = ((float) i)/10.0; in prep_test_1_data()
839 graph_w.y_axis[i] = 0.5 - graph_w.x_axis[i]; in prep_test_1_data()
853 graph_w.npts = N_CHAR; in prep_test_1_data()
854 graph_w.label = CSTRSAVE("test graph"); in prep_test_1_data()
855 graph_w.view = view_w; in prep_test_1_data()
883 CFREE(graph_w.label); in cleanup_test_1()
944 if (PD_write(strm, "graph", "plot", &graph_w) == 0) in write_test_1_data()
1200 err &= (graph_r.npts == graph_w.npts); in compare_test_1_data()
1216 err &= FLOAT_EQUAL(fs_p1_r, graph_w.x_axis[8]); in compare_test_1_data()
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoose.c74 int a_btn_w, graph_w, btn_start, title_start, graph_start; member
142 int max_w=max(pni->graph_w,pni->btn_w);
145 pni->graph_start = ((pni->base_win_w-pni->graph_w)>>1);
248 pni->graph_w, &pni->title_num_lines, &pni->title_w, &pni->title_h,
252 pni->graph_w, &pni->title_num_lines, &pni->title_w, &pni->title_h,
298 pni->graph_w = pni->dsp_area_w + scrollBarW + (brdrW<<2); in ResetNamesInfo()
/dports/games/warmux/warmux-11.04/src/gui/
H A Dgraph_canvas.cpp113 uint graph_w = w-yaxis.GetWidth()-8; in DrawGraph() local
137 Point2i(x+graph_w-20, y+graph_h+8)); in DrawGraph()
146 float xscale = graph_w / (1.05f*(xmax-xmin)); in DrawGraph()
161 surface.BoxColor(Rectanglei(graph_x, y+graph_h, graph_w, thickness), black_color); in DrawGraph()
162 surface.Blit(xaxis, Point2i(graph_x+graph_w/2, y+graph_h+8)); in DrawGraph()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dconsole.c789 int graph_x, graph_y, graph_h, graph_w; in Con_DrawConsole() local
819 graph_w = y*FONT_SIZE; in Con_DrawConsole()
835 re.DrawFill2(graph_x-1, graph_y-1, graph_w+2, graph_h+2, in Con_DrawConsole()
839 (int)((graph_w-2)*cls.downloadpercent*0.01), graph_h-2, in Con_DrawConsole()