Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c281 img->row_offset = 0; in TIFFRGBAImageBegin()
668 rowstoread = th - (row + img->row_offset) % th; in gtTileContig()
811 rowstoread = th - (row + img->row_offset) % th; in gtTileSeparate()
821 row+img->row_offset,0,0)==(tmsize_t)(-1) && img->stoponerr) in gtTileSeparate()
851 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \ in gtTileSeparate()
953 TIFFComputeStrip(tif,row+img->row_offset, 0), in gtStripContig()
962 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripContig()
1061 offset_row = row + img->row_offset; in gtStripSeparate()
1096 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripSeparate()
2841 img.row_offset = row; in TIFFReadRGBAStrip()
[all …]
H A Dtiffio.h231 int row_offset; member
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp424 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in getStripContig1Bit()
426 strip = TIFFComputeStrip(tif,row+img->row_offset, 0); in getStripContig1Bit()
427 stripsize = ((row + img->row_offset)%rowsperstrip + nrow) * scanline; in getStripContig1Bit()
435 pos = ((row + img->row_offset) % rowsperstrip) * scanline; in getStripContig1Bit()
/libtiff-4.0.7/tools/
H A Dtiffcrop.c781 uint32 row_offset, col_offset; in readContigTilesIntoBuffer() local
855 row_offset = row * dst_rowsize; in readContigTilesIntoBuffer()
857 bufp = buf + row_offset + col_offset; in readContigTilesIntoBuffer()
1044 bufp = obuf + row_offset + col_offset; in readSeparateTilesIntoBuffer()
3741 row_offset = row * src_rowsize; in combineSeparateSamplesBytes()
6727 row_offset = row * img_rowsize; in extractImageSection()
6728 src_offset = row_offset + col_offset; in extractImageSection()
6744 row_offset = row * img_rowsize; in extractImageSection()
9020 uint32 row, rowsize, row_offset; in mirrorImage() local
9056 row_offset = row * rowsize; in mirrorImage()
[all …]