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()
473 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()490 td->td_customValueCount++; in _TIFFVSetField()493 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()504 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()788 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()795 if( i < td->td_customValueCount ) in TIFFUnsetField()798 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()801 td->td_customValueCount--; in TIFFUnsetField()1045 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()1212 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()