Home
last modified time | relevance | path

Searched refs:td_stripoffset_entry (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_dir.h102 TIFFDirEntry td_stripoffset_entry; /* for deferred loading */ member
H A Dtif_dirread.c3724 _TIFFmemcpy( &(tif->tif_dir.td_stripoffset_entry), in TIFFReadDirectory()
5600 if( td->td_stripoffset_entry.tdir_count == 0 ) in _TIFFFillStrilesInternal()
5603 if (!TIFFFetchStripThing(tif,&(td->td_stripoffset_entry), in _TIFFFillStrilesInternal()
5616 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal()
H A Dtif_dir.c1245 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory()