Home
last modified time | relevance | path

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

/dports/graphics/grx/grx249/src/wideline/
H A Dcelli.c31 int npts = GrGenerateEllipse(xc,yc,xa,ya,pnts); in GrCustomEllipse()
/dports/graphics/grx/grx249/src/pattern/
H A Dptelli.c36 int numpts = GrGenerateEllipse(xc,yc,xa,ya,points); in GrPatternedEllipse()
/dports/graphics/grx/grx249/src/shape/
H A Dgenellip.c142 int GrGenerateEllipse(int xc,int yc,int rx,int ry,int pt[][2]) in GrGenerateEllipse() function
H A Dscanellp.c47 int count = GrGenerateEllipse(xc,yc,xa,ya,points); in _GrScanEllipse()
/dports/graphics/grx/grx249/pascal/
H A Dgrx.pas545 function GrGenerateEllipse(xc, yc, xa, ya:CInteger; var Points{ : array of PointType }):CInteger; … in GrGenerateEllipse() function
/dports/graphics/grx/grx249/include/
H A Dgrx20.h817 int GrGenerateEllipse(int xc,int yc,int xa,int ya,int points[GR_MAX_ELLIPSE_POINTS][2]);
/dports/graphics/grx/grx249/doc/tex/
H A Dgrx2_0.tex889 int GrGenerateEllipse(int xc,int yc,int xa,int ya,
/dports/graphics/grx/grx249/doc/
H A Dgrx249um.inf811 int GrGenerateEllipse(int xc,int yc,int xa,int ya,