Home
last modified time | relevance | path

Searched refs:td_stripoffset (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_write.c470 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
622 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
646 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
657 td->td_stripoffset[strip] + cc) { in TIFFAppendToStrip()
658 td->td_stripoffset[strip] = in TIFFAppendToStrip()
665 if (td->td_stripoffset[i] > in TIFFAppendToStrip()
666 td->td_stripoffset[strip] in TIFFAppendToStrip()
667 && td->td_stripoffset[i] < in TIFFAppendToStrip()
668 td->td_stripoffset[strip] + cc){ in TIFFAppendToStrip()
669 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
H A Dtif_read.c178 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
197 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
204 - td->td_stripoffset[strip], in TIFFReadRawStrip1()
208 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[strip], in TIFFReadRawStrip1()
279 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
289 - td->td_stripoffset[strip], in TIFFFillStrip()
383 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
404 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
412 - td->td_stripoffset[tile], in TIFFReadRawTile1()
480 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_write.c470 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
622 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
646 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
657 td->td_stripoffset[strip] + cc) { in TIFFAppendToStrip()
658 td->td_stripoffset[strip] = in TIFFAppendToStrip()
665 if (td->td_stripoffset[i] > in TIFFAppendToStrip()
666 td->td_stripoffset[strip] in TIFFAppendToStrip()
667 && td->td_stripoffset[i] < in TIFFAppendToStrip()
668 td->td_stripoffset[strip] + cc){ in TIFFAppendToStrip()
669 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
H A Dtif_read.c178 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
197 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
204 - td->td_stripoffset[strip], in TIFFReadRawStrip1()
208 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[strip], in TIFFReadRawStrip1()
279 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
289 - td->td_stripoffset[strip], in TIFFFillStrip()
383 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
404 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
412 - td->td_stripoffset[tile], in TIFFReadRawTile1()
480 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_write.c462 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
612 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
636 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
647 td->td_stripoffset[strip] + cc) { in TIFFAppendToStrip()
648 td->td_stripoffset[strip] = in TIFFAppendToStrip()
655 if (td->td_stripoffset[i] > in TIFFAppendToStrip()
656 td->td_stripoffset[strip] in TIFFAppendToStrip()
657 && td->td_stripoffset[i] < in TIFFAppendToStrip()
658 td->td_stripoffset[strip] + cc) { in TIFFAppendToStrip()
659 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
H A Dtif_read.c176 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
194 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
200 (unsigned long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
204 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[strip], in TIFFReadRawStrip1()
275 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
290 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
377 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
398 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
405 (unsigned long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
473 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_write.c463 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
599 new_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
613 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
615 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips()
632 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
637 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
647 || td->td_stripoffset[strip + 1] < in TIFFAppendToStrip()
649 td->td_stripoffset[strip] = in TIFFAppendToStrip()
656 if (td->td_stripoffset[i] > in TIFFAppendToStrip()
676 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (unsigned long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
205 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[strip], in TIFFReadRawStrip1()
276 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
291 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
379 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
400 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
411 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[tile], size); in TIFFReadRawTile1()
475 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_write.c462 td->td_stripoffset = (uint32 *)
612 td->td_stripoffset = new_stripoffset;
636 if (td->td_stripoffset[strip] != 0) {
647 td->td_stripoffset[strip] + cc) {
648 td->td_stripoffset[strip] =
655 if (td->td_stripoffset[i] >
656 td->td_stripoffset[strip]
657 && td->td_stripoffset[i] <
658 td->td_stripoffset[strip] + cc) {
659 td->td_stripoffset[strip] =
[all …]
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_write.c370 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
374 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
380 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint32)); in TIFFSetupStrips()
431 if (tif->tif_dir.td_stripoffset == NULL && in TIFFWriteCheck()
482 td->td_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
486 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) { in TIFFGrowStrips()
510 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
514 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
515 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
522 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_write.c370 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
374 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
380 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint32)); in TIFFSetupStrips()
431 if (tif->tif_dir.td_stripoffset == NULL && in TIFFWriteCheck()
482 td->td_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
486 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) { in TIFFGrowStrips()
510 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
514 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
515 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
522 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_write.c370 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
374 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
380 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint32)); in TIFFSetupStrips()
431 if (tif->tif_dir.td_stripoffset == NULL && in TIFFWriteCheck()
482 td->td_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
486 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) { in TIFFGrowStrips()
510 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
514 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
515 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
522 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtif_write.c389 td->td_stripoffset = (u_long *)
393 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL)
453 if (tif->tif_dir.td_stripoffset == NULL &&
508 td->td_stripoffset = (u_long *)realloc(td->td_stripoffset,
512 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) {
518 bzero(td->td_stripoffset+td->td_nstrips, delta*sizeof (u_long));
540 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) {
544 if (td->td_stripoffset[strip] != 0) {
545 if (!SeekOK(tif->tif_fd, td->td_stripoffset[strip])) {
552 td->td_stripoffset[strip] =
[all …]
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_write.c461 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
465 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
471 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint32)); in TIFFSetupStrips()
506 if (tif->tif_dir.td_stripoffset != NULL in TIFFWriteCheck()
603 td->td_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
607 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) { in TIFFGrowStrips()
631 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
635 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
636 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
643 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
283 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFFillStrip()
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
376 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
397 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
404 (u_long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_write.c461 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
465 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
471 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint32)); in TIFFSetupStrips()
506 if (tif->tif_dir.td_stripoffset != NULL in TIFFWriteCheck()
603 td->td_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
607 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) { in TIFFGrowStrips()
631 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
635 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
636 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
643 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
283 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFFillStrip()
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
376 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
397 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
404 (u_long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
283 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFFillStrip()
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
376 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
397 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
404 (u_long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
H A Dtif_write.c461 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
465 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
506 if (tif->tif_dir.td_stripoffset != NULL in TIFFWriteCheck()
608 new_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
622 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips()
644 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
648 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
649 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
656 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
283 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFFillStrip()
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
376 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
397 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
404 (u_long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
H A Dtif_write.c461 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
465 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
506 if (tif->tif_dir.td_stripoffset != NULL in TIFFWriteCheck()
608 new_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
622 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips()
644 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
648 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
649 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
656 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
283 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFFillStrip()
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
376 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
397 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
404 (u_long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
H A Dtif_write.c461 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
465 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
506 if (tif->tif_dir.td_stripoffset != NULL in TIFFWriteCheck()
608 new_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
622 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips()
644 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
648 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
649 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
656 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_read.c177 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFReadRawStrip1()
195 if (td->td_stripoffset[strip] + size > tif->tif_size) { in TIFFReadRawStrip1()
201 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFReadRawStrip1()
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { in TIFFFillStrip()
283 (u_long) tif->tif_size - td->td_stripoffset[strip], in TIFFFillStrip()
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip]; in TIFFFillStrip()
376 if (!SeekOK(tif, td->td_stripoffset[tile])) { in TIFFReadRawTile1()
397 if (td->td_stripoffset[tile] + size > tif->tif_size) { in TIFFReadRawTile1()
404 (u_long) tif->tif_size - td->td_stripoffset[tile], in TIFFReadRawTile1()
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { in TIFFFillTile()
[all …]
H A Dtif_write.c461 td->td_stripoffset = (uint32 *) in TIFFSetupStrips()
465 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL) in TIFFSetupStrips()
506 if (tif->tif_dir.td_stripoffset != NULL in TIFFWriteCheck()
608 new_stripoffset = (uint32*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
622 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips()
644 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
648 if (td->td_stripoffset[strip] != 0) { in TIFFAppendToStrip()
649 if (!SeekOK(tif, td->td_stripoffset[strip])) { in TIFFAppendToStrip()
656 td->td_stripoffset[strip] = in TIFFAppendToStrip()
[all …]

1234567891011