Depth2Image.st
changeset 1812 beeaf75b245b
parent 1656 ebcad6911ddb
child 2042 58c0228331bb
equal deleted inserted replaced
1811:6b10d567fb89 1812:beeaf75b245b
   200     int __nextDst;
   200     int __nextDst;
   201     int __nextSrc;
   201     int __nextSrc;
   202     int __bytesPerRow = __intVal(bytesPerRow);
   202     int __bytesPerRow = __intVal(bytesPerRow);
   203     int __bytesPerMonoRow = __intVal(bytesPerMonoRow);
   203     int __bytesPerMonoRow = __intVal(bytesPerMonoRow);
   204 
   204 
   205     char *__monoBits = __ByteArrayInstPtr(monoBits)->ba_element;
   205     unsigned char *__monoBits = __ByteArrayInstPtr(monoBits)->ba_element;
   206     unsigned char *__ditherMatrix = __ByteArrayInstPtr(ditherMatrix)->ba_element;
   206     unsigned char *__ditherMatrix = __ByteArrayInstPtr(ditherMatrix)->ba_element;
   207     unsigned char *__bytes = __ByteArrayInstPtr(__INST(bytes))->ba_element;
   207     unsigned char *__bytes = __ByteArrayInstPtr(__INST(bytes))->ba_element;
   208     unsigned char *__greyMap = __ByteArrayInstPtr(greyMap)->ba_element;
   208     unsigned char *__greyMap = __ByteArrayInstPtr(greyMap)->ba_element;
   209 
   209 
   210     __oY = __dY = 0;
   210     __oY = __dY = 0;
   530 ! !
   530 ! !
   531 
   531 
   532 !Depth2Image class methodsFor:'documentation'!
   532 !Depth2Image class methodsFor:'documentation'!
   533 
   533 
   534 version
   534 version
   535     ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.25 1997-04-24 15:55:32 cg Exp $'
   535     ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.26 1997-07-18 22:41:29 cg Exp $'
   536 ! !
   536 ! !