(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/graphics_protos.h>
void WriteChunkyPixels (rp , xstart , ystart , xstop , ystop , array , bytesperrow)
LOCATION
In GfxBase at offset 176
SYNOPSIS
struct RastPort * rp
ULONG xstart
ULONG ystart
ULONG xstop
ULONG ystop
UBYTE * array
LONG bytesperrow
FUNCTION
INPUTS
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
31.01.1999 nlorentz
Corrected function header
28.01.1999 nlorentz
Some new functions, not tested yet