Searched refs:fellipse (Results 1 – 11 of 11) sorted by relevance
/dports/science/qcl/qcl-0.6.4/ |
H A D | plot.cc | 219 plotter->fellipse(x,y,z*dx,z*dy,0); in plot_spectrum2()
|
/dports/graphics/plotutils/plotutils-2.6/include/ |
H A D | plotcompat.h | 103 #define fellipse(x,y,rx,ry,angle) pl_fellipse(x,y,rx,ry,angle) macro
|
H A D | plotter.h | 964 int fellipse (double x, double y, double rx, double ry, double angle);
|
/dports/graphics/grx/grx249/src/ |
H A D | makefile.wat | 56 .\errmsg.obj .\fellipse.obj .\fillpatt.obj .\fillpoly.obj .\fillstyl.obj & 857 .\fellipse.obj : .\src\bgi\fellipse.c .AUTODEPEND 1167 ellipse.obj errmsg.obj fellipse.obj fillpatt.obj fillpoly.obj fillstyl.obj &
|
H A D | stdobjs.mak | 242 BGI_2 = $(OP)bgi/fellipse$(OX) \
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | Makefile.in | 163 libast_la-fdssmap.lo libast_la-fellipse.lo libast_la-ferror.lo \ 778 fellipse.c \ 1742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libast_la-fellipse.Plo@am__quote@ 2029 libast_la-fellipse.lo: fellipse.c 2030 …bast_la-fellipse.lo -MD -MP -MF $(DEPDIR)/libast_la-fellipse.Tpo -c -o libast_la-fellipse.lo `test… 2031 …fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libast_la-fellipse.Tpo $(DEPDIR)/libast_la-fellipse.… 2034 …(libast_la_CFLAGS) $(CFLAGS) -c -o libast_la-fellipse.lo `test -f 'fellipse.c' || echo '$(srcdir)/…
|
H A D | Makefile.am | 26 fellipse.c \
|
/dports/lang/seed7/seed7/lib/ |
H A D | draw.s7i | 433 const proc: fellipse (inout PRIMITIVE_WINDOW: win, 441 const proc: fellipse (in integer: x, in integer: y,
|
/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | extern.h | 1689 #define _API_fellipse Plotter::fellipse
|
/dports/graphics/plotutils/plotutils-2.6/info/ |
H A D | plotutils.info | 7743 int fellipse (double XC, double YC, double RX, double RY, double ANGLE); 7746 ellipse and fellipse take five arguments specifying the center 7753 ellipse and fellipse, but use cursor-relative coordinates.
|
H A D | plotutils.texi | 8793 @itemx int @t{fellipse} (double @var{xc}, double @var{yc}, double @var{rx}, double @var{ry}, double… 8796 @t{ellipse} and @t{fellipse} take five arguments specifying the center 8803 and @t{fellipserel} are similar to @t{ellipse} and @t{fellipse}, but use
|