tileOp:
ARRAY DstFunc
OF
ARRAY SrcFunc
OF
UNSAFE
PROC [dst: BitAddress, src:
LONG
POINTER
TO RawWords, dstBpl, src0, sSizeTile, sSize, fSize:
CARDINAL];
Tiles a raster with a tile 32 bits wide. The destination bits are aligned with the source bits.
dst specifies the first bit of the destination to get filled.
src points to the first word of the tiling pattern.
dstBpl is the number of bits per line in the destination.
src0 is the number of the first line of the tile to get moved.
sSizeTile is the size of the tile in the slow direction (number of lines).
sSize, fSize specify the size of the raster.