31 static char rcs_ident[] =
"$Id: rle_putraw.c,v 3.0.1.1 1992/01/28 18:25:24 spencer Exp $";
69 register rle_op * scan_r;
71 for ( channel = (the_hdr
->alpha ? -1 : 0);
75 if ( !
RLE_BIT( *the_hdr, channel ) || nraw[channel] == 0 )
81 if ( the_hdr->priv.put.nblank > 0 )
84 the_hdr->priv.put.nblank = 0;
88 n_op = nraw[channel] - 1;
90 for ( i = 0, scan_r = scanraw[channel]; i <= n_op; i++, scan_r++ )
92 if ( scan_r
->xloc > scan_x )
100 i < n_op && scan_x == (scan_r + 1)
->xloc );
108 if ( scan_x <= the_hdr
->xmax )
116 the_hdr->priv.put.nblank++;
#define SkipPixels(n, l, r)
void rle_putraw(rle_op **scanraw, int *nraw, rle_hdr *the_hdr)
#define putrun(val, len, f)
#define SkipBlankLines(n)
#define NewScanLine(flag)
#define putdata(buf, len)
#define RLE_BIT(glob, bit)