Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 948 Bytes

File metadata and controls

39 lines (24 loc) · 948 Bytes

NAME

AreaEnd -- Process table of vectors and ellipses and produce areafill.

SYNOPSIS

    error = AreaEnd(rp)
      d0            A1

    LONG AreaEnd( struct RastPort * );

Links: RastPort

FUNCTION

Trigger the filling operation. Process the vector buffer and generate required fill into the raster planes. After the fill is complete, reinitialize for the next AreaMove or AreaEllipse. Use the raster set up by InitTmpRas when generating an areafill mask.

RESULT error - zero for success, or -1 if an error occured anywhere.

INPUTS

rp - pointer to a RastPort structure which specifies where the filled regions will be rendered to.

BUGS

SEE ALSO

InitArea AreaMove AreaDraw AreaEllipse InitTmpRas graphics/rastport.h