Home
last modified time | relevance | path

Searched refs:M_PlotterNew (Results 1 – 4 of 4) sorted by relevance

/dports/devel/agar/agar-1.5.0/math/
H A Dm_plotter.h120 M_Plotter *M_PlotterNew(void *, Uint);
H A D.manlinks.mk536 MANLINKS+=M_Plotter.3:M_PlotterNew.3
537 CATLINKS+=M_Plotter.cat3:M_PlotterNew.cat3
H A Dm_plotter.c51 M_PlotterNew(void *parent, Uint flags) in M_PlotterNew() function
/dports/devel/agar/agar-1.5.0/tests/
H A Dplotting.c189 plt = M_PlotterNew(pane->div[1], M_PLOTTER_EXPAND); in TestGUI()