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

  /external/pdfium/third_party/libtiff/
tif_extension.c 52 return td->td_customValues[tag_index].info->field_tag;
tif_dirwrite.c 696 switch (tif->tif_dir.td_customValues[m].info->field_type)
699 if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,tif->tif_dir.td_customValues[m].info->field_tag,tif->tif_dir.td_customValues[m].count,tif->tif_dir.td_customValues[m].value))
703 if (!TIFFWriteDirectoryTagUndefinedArray(tif,&ndir,dir,tif->tif_dir.td_customValues[m].info->field_tag,tif->tif_dir.td_customValues[m].count,tif->tif_dir.td_customValues[m].value))
707 if (!TIFFWriteDirectoryTagByteArray(tif,&ndir,dir,tif->tif_dir.td_customValues[m].info->field_tag,tif->tif_dir.td_customValues[m].count,tif->tif_dir.td_customValues[m].value)
    [all...]
tif_dir.c 482 if (td->td_customValues[iCustom].info->field_tag == tag) {
483 tv = td->td_customValues + iCustom;
500 _TIFFrealloc(td->td_customValues,
510 td->td_customValues = new_customValues;
512 tv = td->td_customValues + (td->td_customValueCount - 1);
798 tv = td->td_customValues + i;
807 td->td_customValues[i] = td->td_customValues[i+1];
1054 TIFFTagValue *tv = td->td_customValues + i;
    [all...]
tif_dir.h 118 TIFFTagValue *td_customValues;

Completed in 48 milliseconds