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_dir.c 508 if (td->td_customValues[iCustom].info->field_tag == tag) {
509 tv = td->td_customValues + iCustom;
526 _TIFFrealloc(td->td_customValues,
536 td->td_customValues = new_customValues;
538 tv = td->td_customValues + (td->td_customValueCount - 1);
824 tv = td->td_customValues + i;
833 td->td_customValues[i] = td->td_customValues[i+1];
872 TIFFTagValue *tv = td->td_customValues + i;
1106 TIFFTagValue *tv = td->td_customValues + i
    [all...]
tif_dir.h 118 TIFFTagValue *td_customValues;
tif_dirwrite.c 709 uint16 tag = (uint16)tif->tif_dir.td_customValues[m].info->field_tag;
710 uint32 count = tif->tif_dir.td_customValues[m].count;
711 switch (tif->tif_dir.td_customValues[m].info->field_type)
714 if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value))
718 if (!TIFFWriteDirectoryTagUndefinedArray(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value))
722 if (!TIFFWriteDirectoryTagByteArray(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value))
726 if (!TIFFWriteDirectoryTagSbyteArray(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value))
730 if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value))
734 if (!TIFFWriteDirectoryTagSshortArray(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value))
738 if (!TIFFWriteDirectoryTagLongArray(tif,&ndir,dir,tag,count,tif->tif_dir.td_customValues[m].value)
    [all...]

Completed in 49 milliseconds