Searched refs:raster_strip (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c430 unsigned char * raster_strip; local
436 raster_strip = ((unsigned char *) raster) + 3 * row * width;
441 raster_strip = (unsigned char *) (raster + row * width);
450 if( TIFFWriteEncodedStrip( out, row / rowsperstrip, raster_strip,

Completed in 175 milliseconds