HomeSort by relevance Sort by last modified time
    Searched refs:td_customValueCount (Results 1 - 8 of 8) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_extension.c 41 return td->td_customValueCount;
49 if( tag_index < 0 || tag_index >= td->td_customValueCount )
tif_dir.h 117 int td_customValueCount;
tif_dir.c 465 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) {
482 td->td_customValueCount++;
485 sizeof(TIFFTagValue) * td->td_customValueCount);
496 tv = td->td_customValues + (td->td_customValueCount - 1);
770 for (i = 0; i < td->td_customValueCount; i++) {
777 if( i < td->td_customValueCount )
780 for( ; i < td->td_customValueCount-1; i++) {
783 td->td_customValueCount--;
    [all...]
tif_dirwrite.c 694 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++)
    [all...]
  /external/pdfium/third_party/libtiff/
tif_extension.c 41 return td->td_customValueCount;
49 if( tag_index < 0 || tag_index >= td->td_customValueCount )
tif_dir.h 117 int td_customValueCount;
tif_dir.c 473 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) {
490 td->td_customValueCount++;
493 sizeof(TIFFTagValue) * td->td_customValueCount);
504 tv = td->td_customValues + (td->td_customValueCount - 1);
788 for (i = 0; i < td->td_customValueCount; i++) {
795 if( i < td->td_customValueCount )
798 for( ; i < td->td_customValueCount-1; i++) {
801 td->td_customValueCount--;
1045 for (i = 0; i < td->td_customValueCount; i++) {
    [all...]
tif_dirwrite.c 694 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++)
    [all...]

Completed in 42 milliseconds