Searched refs:td_customValueCount (Results 1 – 5 of 5) sorted by relevance
41 return td->td_customValueCount; in TIFFGetTagListCount()49 if( tag_index < 0 || tag_index >= td->td_customValueCount ) in TIFFGetTagListEntry()
497 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 …]
117 int td_customValueCount; member
706 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()
5901 * libtiff/tif_dir.c: fix problem with test on td_customValueCount.