Searched defs:TIFFSetField (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_dir.c147 TIFFErrorExt(tif->tif_clientdata, "TIFFSetField",
730 TIFFErrorExt(tif->tif_clientdata, "TIFFSetField", "%s: Unknown %stag %u",
742 TIFFErrorExt(tif->tif_clientdata, "TIFFSetField",
758 TIFFSetField(TIFF* tif, uint32 tag, ...) function
811 * Like TIFFSetField, but taking a varargs
1341 (void) TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_NONE);
1348 * (i.e. TIFFSetField).

Completed in 96 milliseconds