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()
705 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) in _TIFFVSetField()726 td->td_customValueCount++; in _TIFFVSetField()729 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()742 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()1071 for (iCustom2 = 0; iCustom2 < td->td_customValueCount; iCustom2++) in _TIFFVSetField()1089 td->td_customValueCount--; in _TIFFVSetField()1090 for (iC2 = iCustom2; iC2 < td->td_customValueCount; iC2++) in _TIFFVSetField()1175 for (i = 0; i < td->td_customValueCount; i++) in TIFFUnsetField()1183 if (i < td->td_customValueCount) in TIFFUnsetField()1186 for (; i < td->td_customValueCount - 1; i++) in TIFFUnsetField()[all …]
133 int td_customValueCount; member
919 for (m = 0; m < (uint32_t)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()