Home
last modified time | relevance | path

Searched defs:phi (Results 1 – 5 of 5) sorted by relevance

/inferno-os/libdraw/
H A Dellipse.c6 …ge *dst, Point *c, int xr, int yr, int thick, Image *src, Point *sp, int alpha, int phi, Drawop op) in doellipse()
56 arc(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, int alpha, int phi) in arc()
63 arcop(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, int alpha, int phi, Drawo… in arcop()
70 fillarc(Image *dst, Point c, int a, int b, Image *src, Point sp, int alpha, int phi) in fillarc()
77 fillarcop(Image *dst, Point c, int a, int b, Image *src, Point sp, int alpha, int phi, Drawop op) in fillarcop()
/inferno-os/libsec/port/
H A Drsagen.c8 mpint *p, *q, *e, *d, *phi, *n, *t1, *t2, *kp, *kq, *c2; in rsagen() local
/inferno-os/libmemdraw/
H A Darc.c35 memarc(Memimage *dst, Point c, int a, int b, int t, Memimage *src, Point sp, int alpha, int phi, in… in memarc()
/inferno-os/libfreetype/
H A Dftstroker.c722 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
781 FT_Angle theta, phi; in ft_stroker_outside() local
1042 FT_Angle theta, phi, rotate; in FT_Stroker_ConicTo() local
/inferno-os/libinterp/
H A Ddraw.c843 drawarcellipse(void *fp, int isarc, int alpha, int phi, int op) in drawarcellipse()
901 drawfillarcellipse(void *fp, int isarc, int alpha, int phi, int op) in drawfillarcellipse()