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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c136 uint32 tile_width, tile_height; local
146 || !TIFFGetField(in, TIFFTAG_TILELENGTH, &tile_height) ) {
152 TIFFSetField(out, TIFFTAG_TILELENGTH, tile_height );
157 raster_size = multiply(multiply(tile_width, tile_height), sizeof (uint32));
161 (unsigned long) tile_width, (unsigned long) tile_height);
183 for( row = 0; ok && row < height; row += tile_height )
201 TIFFSwabArrayOfLong(raster, tile_width * tile_height);
208 for( i_row = 0; i_row < tile_height / 2; i_row++ )
213 bottom_line = raster + tile_width * (tile_height-i_row-1);
227 4 * tile_width * tile_height )
[all...]
H A Dtiff2ps.c1072 uint32 tile_width, tile_height; local
1085 tile_height = h;
1089 TIFFGetField(tif, TIFFTAG_TILELENGTH, &tile_height);
1090 if (tile_width > w || tile_height > h ||
1091 (w % tile_width) != 0 || (h % tile_height != 0)) {
1102 if (tile_height < h) {
1108 tile_height = tf_rowsperstrip;
1109 if (tile_height > h)
1110 tile_height = h;
1114 (unsigned long) tile_height);
[all...]

Completed in 168 milliseconds