miPolyFillArc(D3nfb)
miPolyFillArc --
draw filled arcs
Synopsis
void
miPolyFillArc(pDraw, pGC, narcs, parcs)
DrawablePtr pDrawable;
GCPtr pGC;
int narcs;
xArc *parcs;
Description
miPolyFillArc( )
is the public entry for the PolyFillArc request.
Overlapping segments are not possible,
so each arc is filled as it comes.
Arguments
pDrawable
-
pointer to an X structure called DrawableRec.
This pointer is only used to access
your screen private data.
The ScreenRec structure is pointed to
by
pDrawable->pScreen
.
Your screen private is connected to the bottom of ScreenRec.
pGC
-
points to an X GC structure.
With routines that have a GC pointer
as their first argument,
the
alu
, planemask
, and fg
colors
are extracted from this structure.
Also, all information associated with the stipple,
including a pointer to its image,
is extracted from this structure.
narcs
-
number of arcs in the array
pointed to by the
parcs
argument.
parcs
-
an array of arcs.
Exit codes
None
Usage notes
Version applicability
This function is supported for NFB drivers
on all releases of SCO OpenServer 5, SVR5, and AIX 5L.
Source files
Routine source-
./mi/mimifillarc.c
References
miZeroPolyArc(D3nfb)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005