Searched refs:td_customValueCount (Results 1 – 4 of 4) sorted by relevance
41 return td->td_customValueCount; in TIFFGetTagListCount()49 if( tag_index < 0 || tag_index >= td->td_customValueCount ) in TIFFGetTagListEntry()
481 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()498 td->td_customValueCount++; in _TIFFVSetField()501 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()512 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()796 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()803 if( i < td->td_customValueCount ) in TIFFUnsetField()806 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()809 td->td_customValueCount--; in TIFFUnsetField()1053 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()1220 for( i = 0; i < td->td_customValueCount; i++ ) { in TIFFFreeDirectory()[all …]
117 int td_customValueCount; member
694 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()