Searched refs:td_customValueCount (Results 1 – 4 of 4) sorted by relevance
39 return td->td_customValueCount; in TIFFGetTagListCount()47 if( tag_index < 0 || tag_index >= td->td_customValueCount ) in TIFFGetTagListEntry()
521 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()538 td->td_customValueCount++; in _TIFFVSetField()541 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()552 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()836 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()843 if( i < td->td_customValueCount ) in TIFFUnsetField()846 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()849 td->td_customValueCount--; in TIFFUnsetField()894 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()1124 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()[all …]
121 int td_customValueCount; member
752 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()