Home
last modified time | relevance | path

Searched refs:nrow (Results 1 – 8 of 8) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c269 uint32 nrow; in gtTileContig() local
280 nrow = (row + th > h ? h - row : th); in gtTileContig()
323 uint32 nrow; in gtTileSeparate() local
341 nrow = (row + th > h ? h - row : th); in gtTileSeparate()
380 uint32 row, nrow; in gtStripContig() local
399 buf, nrow*scanline) < 0 && img->stoponerr) in gtStripContig()
421 uint32 row, nrow; in gtStripSeparate() local
447 r, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate()
450 g, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate()
453 b, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate()
[all …]
/libtiff-4.0.7/tools/
H A Dtiffinfoce.c198 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip() argument
203 while (nrow-- > 0) { in ShowStrip()
227 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadContigStripData() local
230 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadContigStripData()
234 ShowStrip(strip, buf, nrow, scanline); in TIFFReadContigStripData()
257 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadSeparateStripData() local
260 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadSeparateStripData()
264 ShowStrip(strip, buf, nrow, scanline); in TIFFReadSeparateStripData()
273 unsigned char* pp, uint32 nrow, uint32 rowsize) in ShowTile() argument
281 while (nrow-- > 0) { in ShowTile()
H A Dtiffinfo.c200 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip() argument
205 while (nrow-- > 0) { in ShowStrip()
229 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadContigStripData() local
232 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadContigStripData()
236 ShowStrip(strip, buf, nrow, scanline); in TIFFReadContigStripData()
259 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadSeparateStripData() local
262 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadSeparateStripData()
266 ShowStrip(strip, buf, nrow, scanline); in TIFFReadSeparateStripData()
275 unsigned char* pp, uint32 nrow, tsize_t rowsize) in ShowTile() argument
283 while (nrow-- > 0) { in ShowTile()
H A Dtiffcp.c1355 tilebuf, nrow, width, in DECLAREreadFunc()
1359 tilebuf, nrow, tilew, in DECLAREreadFunc()
1363 bufp += imagew * nrow; in DECLAREreadFunc()
1422 tilebuf, nrow, in DECLAREreadFunc()
1430 tilebuf, nrow, tw, in DECLAREreadFunc()
1436 bufp += imagew * nrow; in DECLAREreadFunc()
1534 cpStripToTile(obuf, bufp + colb, nrow, width, in DECLAREwriteFunc()
1549 bufp += nrow * imagew; in DECLAREwriteFunc()
1596 nrow, width/bytes_per_sample, in DECLAREwriteFunc()
1602 nrow, tilewidth, in DECLAREwriteFunc()
[all …]
H A Dtiffcrop.c775 uint32 nrow, ncol; in readContigTilesIntoBuffer() local
840 nrow = (row + tl > imagelength) ? imagelength - row : tl; in readContigTilesIntoBuffer()
872 for (trow = 0; trow < nrow; trow++) in readContigTilesIntoBuffer()
886 for (trow = 0; trow < nrow; trow++) in readContigTilesIntoBuffer()
981 uint32 nrow, ncol; /* Number of rows and cols in current tile */ in readSeparateTilesIntoBuffer() local
1010 nrow = (row + tl > imagelength) ? imagelength - row : tl; in readSeparateTilesIntoBuffer()
1238 uint32 row, col, nrow, ncol; in writeBufferToContigTiles() local
1288 nrow = (row + tl > imagelength) ? imagelength - row : tl; in writeBufferToContigTiles()
1333 uint32 row, col, nrow, ncol; in writeBufferToSeparateTiles() local
1359 nrow = (row + tl > imagelength) ? imagelength - row : tl; in writeBufferToSeparateTiles()
[all …]
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp398 uint32 row, y, nrow, rowstoread; in getStripContig1Bit() local
422 for (row = 0; row < h; row += nrow) in getStripContig1Bit()
425 nrow = (row + rowstoread > h ? h - row : rowstoread); in getStripContig1Bit()
427 stripsize = ((row + img->row_offset)%rowsperstrip + nrow) * scanline; in getStripContig1Bit()
436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos); in getStripContig1Bit()
437 y += (orientation == ORIENTATION_TOPLEFT ?-(int32) nrow : (int32) nrow); in getStripContig1Bit()
H A Dtiff2dib.c69 long nrow; in LoadTIFFinDIB() local
169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row : in LoadTIFFinDIB()
172 buf, nrow*LineSize)==-1) in LoadTIFFinDIB()
178 for (l = 0; l < nrow; l++) in LoadTIFFinDIB()
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c634 uint32 nrow; in gtTileContig() local
705 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); in gtTileContig()
752 uint32 nrow; in gtTileSeparate() local
809 for (row = 0; row < h; row += nrow) in gtTileSeparate()
874 y += (flip & FLIP_VERTICALLY ?-(int32) nrow : (int32) nrow); in gtTileSeparate()
945 for (row = 0; row < h; row += nrow) in gtStripContig()
949 nrowsub = nrow; in gtStripContig()
965 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); in gtStripContig()
1002 uint32 row, y, nrow, rowstoread; in gtStripSeparate() local
1057 for (row = 0; row < h; row += nrow) in gtStripSeparate()
[all …]