Home
last modified time | relevance | path

Searched refs:td_customValueCount (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_extension.c39 return td->td_customValueCount; in TIFFGetTagListCount()
47 if (tag_index < 0 || tag_index >= td->td_customValueCount) in TIFFGetTagListEntry()
Dtif_dir.c705 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 …]
Dtif_dir.h133 int td_customValueCount; member
Dtif_dirwrite.c919 for (m = 0; m < (uint32_t)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()