Home
last modified time | relevance | path

Searched refs:TIFFTagValue (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_dir.h37 } TIFFTagValue; typedef
118 TIFFTagValue *td_customValues;
H A Dtif_dir.c472 TIFFTagValue *tv; in _TIFFVSetField()
512 TIFFTagValue *new_customValues; in _TIFFVSetField()
515 new_customValues = (TIFFTagValue *) in _TIFFVSetField()
517 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()
809 TIFFTagValue *tv = NULL; in TIFFUnsetField()
1070 TIFFTagValue *tv = td->td_customValues + i; in _TIFFVGetField()
/libtiff-4.0.7/
H A DChangeLog3070 * libtiff/{tiffio.h, tif_dir.h}: TIFFTagValue structure moved from the