Home
last modified time | relevance | path

Searched refs:plotstuff_stack_arrow (Results 1 – 6 of 6) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dplotstuff.h197 void plotstuff_stack_arrow(plot_args_t* pargs, double x, double y,
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dplotstuff.h197 void plotstuff_stack_arrow(plot_args_t* pargs, double x, double y,
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplotannotations.c131 plotstuff_stack_arrow(pargs, px, py, ex, ey); in plot_targets()
H A Dplotstuff_c.py278 def plotstuff_stack_arrow(pargs, x, y, x2, y2): function
279 return _plotstuff_c.plotstuff_stack_arrow(pargs, x, y, x2, y2)
H A Dplotstuff.c588 void plotstuff_stack_arrow(plot_args_t* pargs, double x, double y, in plotstuff_stack_arrow() function
H A Dplotstuff_wrap.c7313 plotstuff_stack_arrow(arg1,arg2,arg3,arg4,arg5); in _wrap_plotstuff_stack_arrow()