(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

void BltPattern (rp , mask , xMin , yMin , xMax , yMax , byteCnt)

LOCATION
In GfxBase at offset 52

SYNOPSIS
struct RastPort * rp
PLANEPTR mask
LONG xMin
LONG yMin
LONG xMax
LONG yMax
ULONG byteCnt

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
15.02.1999 nlorentz
Initial revision