Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_extension.c41 return td->td_customValueCount; in TIFFGetTagListCount()
49 if( tag_index < 0 || tag_index >= td->td_customValueCount ) in TIFFGetTagListEntry()
Dtif_dir.c473 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 …]
Dtif_dir.h117 int td_customValueCount; member
Dtif_dirwrite.c694 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()
/external/opencv3/3rdparty/libtiff/
Dtif_extension.c41 return td->td_customValueCount; in TIFFGetTagListCount()
49 if( tag_index < 0 || tag_index >= td->td_customValueCount ) in TIFFGetTagListEntry()
Dtif_dir.c465 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()
482 td->td_customValueCount++; in _TIFFVSetField()
485 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()
496 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
770 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()
777 if( i < td->td_customValueCount ) in TIFFUnsetField()
780 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()
783 td->td_customValueCount--; in TIFFUnsetField()
1025 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()
1192 for( i = 0; i < td->td_customValueCount; i++ ) { in TIFFFreeDirectory()
[all …]
Dtif_dir.h117 int td_customValueCount; member
Dtif_dirwrite.c694 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++) in TIFFWriteDirectorySec()
DChangeLog4451 * libtiff/tif_dir.c: fix problem with test on td_customValueCount.