Home
last modified time | relevance | path

Searched refs:td_stripoffset_p (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_write.c538 td->td_stripoffset_p = (uint64 *) in TIFFSetupStrips()
544 if (td->td_stripoffset_p == NULL || td->td_stripbytecount_p == NULL) in TIFFSetupStrips()
550 _TIFFmemset(td->td_stripoffset_p, 0, td->td_nstrips*sizeof (uint64)); in TIFFSetupStrips()
611 if (tif->tif_dir.td_stripoffset_p == NULL && !TIFFSetupStrips(tif)) { in TIFFWriteCheck()
699 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset_p, in TIFFGrowStrips()
712 td->td_stripoffset_p = new_stripoffset; in TIFFGrowStrips()
714 _TIFFmemset(td->td_stripoffset_p + td->td_nstrips, in TIFFGrowStrips()
735 if (td->td_stripoffset_p[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
739 && td->td_stripoffset_p[strip] != 0 in TIFFAppendToStrip()
749 if (!SeekOK(tif, td->td_stripoffset_p[strip])) { in TIFFAppendToStrip()
[all …]
H A Dtif_flush.c121 if (tif->tif_dir.td_stripoffset_p == NULL && !TIFFSetupStrips(tif)) in TIFFForceStrileArrayWriting()
130 tif->tif_dir.td_stripoffset_p ) in TIFFForceStrileArrayWriting()
H A Dtif_dirread.c5811 _TIFFfree(td->td_stripoffset_p); in allocChoppedUpStripArrays()
5813 td->td_stripoffset_p = newoffsets; in allocChoppedUpStripArrays()
6202 _TIFFrealloc( td->td_stripoffset_p, nArraySize ) ); in _TIFFFetchStrileValue()
6206 td->td_stripoffset_p = offsetArray; in _TIFFFetchStrileValue()
6224 _TIFFfree(td->td_stripoffset_p); in _TIFFFetchStrileValue()
6225 td->td_stripoffset_p = NULL; in _TIFFFetchStrileValue()
6301 &(td->td_stripoffset_p), pbErr); in TIFFGetStrileOffsetWithErr()
6337 _TIFFfree(td->td_stripoffset_p); in _TIFFFillStrilesInternal()
6339 td->td_stripoffset_p = NULL; in _TIFFFillStrilesInternal()
6346 if( td->td_stripoffset_p != NULL ) in _TIFFFillStrilesInternal()
[all …]
H A Dtif_dir.c1022 *va_arg(ap, uint64**) = td->td_stripoffset_p; in _TIFFVGetField()
1286 CleanupField(td_stripoffset_p); in TIFFFreeDirectory()
H A Dtif_dirwrite.c241 if (tif->tif_dir.td_stripoffset_p == NULL) in TIFFCheckpointDirectory()
600 if (tif->tif_dir.td_stripoffset_p != NULL && in TIFFWriteDirectorySec()
601 …ng8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset_p)) in TIFFWriteDirectorySec()
606 …ong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset_p)) in TIFFWriteDirectorySec()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtif_dir.h101 uint64* td_stripoffset_p; /* should be accessed with TIFFGetStrileOffset */ member