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

  /external/pdfium/third_party/libtiff/
tif_dir.h 37 } TIFFTagValue;
118 TIFFTagValue *td_customValues;
tif_dir.c 482 TIFFTagValue *tv;
522 TIFFTagValue *new_customValues;
525 new_customValues = (TIFFTagValue *)
527 sizeof(TIFFTagValue) * td->td_customValueCount);
819 TIFFTagValue *tv = NULL;
872 TIFFTagValue *tv = td->td_customValues + i;
1106 TIFFTagValue *tv = td->td_customValues + i;
    [all...]

Completed in 65 milliseconds