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

  /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.c 507 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) {
524 td->td_customValueCount++;
527 sizeof(TIFFTagValue) * td->td_customValueCount);
538 tv = td->td_customValues + (td->td_customValueCount - 1);
822 for (i = 0; i < td->td_customValueCount; i++) {
829 if( i < td->td_customValueCount )
832 for( ; i < td->td_customValueCount-1; i++) {
835 td->td_customValueCount--;
870 for (i = 0; i < td->td_customValueCount; i++) {
1105 for (i = 0; i < td->td_customValueCount; i++)
    [all...]
tif_dir.h 117 int td_customValueCount;
tif_dirwrite.c 707 for (m=0; m<(uint32)(tif->tif_dir.td_customValueCount); m++)
    [all...]

Completed in 93 milliseconds