(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

LONG AreaEnd (rp)

LOCATION
In GfxBase at offset 44

SYNOPSIS
struct RastPort * rp

FUNCTION
Process the filled vector buffer. After the operation the buffer is reinitilized for processing of further Area functions. Makes use of the raster given by the TmpRas structure that is linked to the rastport.

INPUTS
rp
pointer to a valid RastPort structure with a pointer to the previously initilized AreaInfo structure.

RESULT
error - 0 for success -1 a error occurred

EXAMPLE

SEE ALSO
InitArea() AreaDraw() AreaEllipse() AreaCircle() graphics/rastport.h

NOTES

BUGS

INTERNALS

HISTORY
02.04.1999 nlorentz
AreaEnd() did not pass the bounds parameter for areafillellipse()
01.04.1999 bergers
iImplementation of areafillellipse(). Currently fills the ellipse with line drawing. Will change it to use BltPattern later.
29.03.1999 bergers
Update.
22.03.1999 bergers
Calls the area fill algorithm for polygons.
19.03.1999 bergers
Bugfix. Sunmaze looks a lot better now.
13.01.1999 bergers
Fixed the cast.
10.01.1999 bergers
Init. implementation of that function.