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.c521 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 …]
Dtif_dir.h121 int td_customValueCount; member
Dtif_dirwrite.c752 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()