]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/draw
merge
[plan9front.git] / sys / man / 2 / draw
index 2cda38ec4b3318c86052f5720c058ff821208263..79e7c0ddffecd6773817d792ef8c9d8efc8bf9cd 100644 (file)
@@ -147,11 +147,14 @@ void      fillarc(Image *dst, Point c, int a, int b, Image *src,
 void   fillarcop(Image *dst, Point c, int a, int b, Image *src,
                Point sp, int alpha, int phi, Drawop op)
 .PB
-int    icossin(int deg, int *cosp, int *sinp)
+void   icossin(int deg, int *cosp, int *sinp)
 .PB
-int    icossin2(int x, int y, int *cosp, int *sinp)
+void   icossin2(int x, int y, int *cosp, int *sinp)
 .PB
 void   border(Image *dst, Rectangle r, int i, Image *color, Point sp)
+.PB
+void   borderop(Image *dst, Rectangle r, int i, Image *color, Point sp,
+               Drawop op)
 .br
 .PB
 Point  string(Image *dst, Point p, Image *src, Point sp,
@@ -461,7 +464,7 @@ and vertically by the height.
 Because the image data is stored on the server, local modifications to the
 .B Image
 data structure itself will have no effect.
-.I Repclipr
+.I Replclipr
 modifies the local
 .B Image
 data structure's
@@ -600,7 +603,7 @@ corresponds to
 in
 .IR dst .
 .TP
-\f5bezspline(\f2dst\fP, \f2p\fP, \f2end0\fP, \f2end1\fP, \f2thick\fP, \f2src\fP, \f2sp\fP)
+\f5bezspline(\f2dst\fP, \f2p\fP, \f2np\fP, \f2end0\fP, \f2end1\fP, \f2thick\fP, \f2src\fP, \f2sp\fP)
 .I Bezspline
 takes the same arguments as
 .I poly