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()
507 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()524 td->td_customValueCount++; in _TIFFVSetField()527 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()538 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()822 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()829 if( i < td->td_customValueCount ) in TIFFUnsetField()832 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()835 td->td_customValueCount--; in TIFFUnsetField()870 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()1105 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()[all …]
117 int td_customValueCount; member
707 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()