Searched refs:bottom_line (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiff2rgba.c | 225 uint32 *top_line, *bottom_line; in cvt_by_tile() local 228 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile() 231 _TIFFmemcpy(top_line, bottom_line, 4*tile_width); in cvt_by_tile() 232 _TIFFmemcpy(bottom_line, wrk_line, 4*tile_width); in cvt_by_tile() 344 uint32 *top_line, *bottom_line; in cvt_by_strip() local 347 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip() 350 _TIFFmemcpy(top_line, bottom_line, 4*width); in cvt_by_strip() 351 _TIFFmemcpy(bottom_line, wrk_line, 4*width); in cvt_by_strip()
|