home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
sviluppo
/
chunkyppc
/
chunkyppc.fd
< prev
next >
Wrap
Text File
|
1999-01-16
|
1KB
|
32 lines
##base _ChunkyPPCBase
##bias 30
##public
ChunkyNoffFast(address,data,w,h,bpr)()
ChunkyNoffFastest(address,data,w,h,bpr)()
ChunkyNoffNormal(address,data,w,h,bpr)()
ChunkyFast(address,data,x,y,w,h,bpr)()
ChunkyFastest(address,data,x,y,w,h,bpr)()
ChunkyNormal(address,data,x,y,w,h,bpr)()
ChunkyFastFull(address,data,dest,size,bpr,soff,sbpr)()
ChunkyFastestFull(address,data,dest,size,bpr,soff,sbpr)()
ChunkyNormalFull(address,data,dest,size,bpr,soff,sbpr)()
c2p_1(buffer,bm,width,height)()
c2p_2(buffer,plane0,helpbfr,PlaneSize)()
c2p_3(chunky,bitplanes,chunkyx,chunkyy,dest,bitplanesize,depth)()
c2p_4(chunky,Planar,temp,size,off,screensize)()
ChunkyNoffFastHT(address,data,w,h,bpr,gfx_type)()
ChunkyNoffFastestHT(address,data,w,h,bpr,gfx_type)()
ChunkyNoffNormalHT(address,data,w,h,bpr,gfx_type)()
ChunkyFastHT(address,data,off,w,h,bpr,gfx_type)()
ChunkyFastestHT(address,data,off,w,h,bpr,gfx_type)()
ChunkyNormalHT(address,data,off,w,h,bpr,gfx_type)()
ChunkyFastFullHT(address,data,dest,size,bpr,soff,gfx_type)()
ChunkyFastestFullHT(address,data,dest,size,bpr,soff,gfx_type)()
ChunkyNormalFullHT(address,data,dest,size,bpr,soff,gfx_type)()
ChunkyNoffMask(address,data,w,h,bpr,gfx_type)()
ChunkyMask(address,data,dest,w,h,bpr,gfx_type)()
ChunkyMaskFull(address,data,dest,size,bpr,soff,gfx_type)()
c2p_HI(address,num,bpl0,bpl1,bpl2,bpl3,bpl4)()
##end