Home
last modified time | relevance | path

Searched refs:td_customValueCount (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_extension.c41 return td->td_customValueCount; in TIFFGetTagListCount()
49 if( tag_index < 0 || tag_index >= td->td_customValueCount ) in TIFFGetTagListEntry()
H A Dtif_dir.c497 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()
514 td->td_customValueCount++; in _TIFFVSetField()
517 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()
528 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
812 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()
819 if( i < td->td_customValueCount ) in TIFFUnsetField()
822 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()
825 td->td_customValueCount--; in TIFFUnsetField()
1069 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()
1236 for( i = 0; i < td->td_customValueCount; i++ ) { in TIFFFreeDirectory()
[all …]
H A Dtif_dir.h117 int td_customValueCount; member
H A Dtif_dirwrite.c706 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()
/libtiff-4.0.7/
H A DChangeLog5901 * libtiff/tif_dir.c: fix problem with test on td_customValueCount.