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

  /external/pdfium/third_party/libtiff/
tif_compress.c 40 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
44 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
78 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
82 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
120 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
tif_tile.c 80 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
87 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
94 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
102 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
tif_codec.c 112 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
tif_open.c 125 tif->tif_name = (char *)tif + sizeof (TIFF);
126 strcpy(tif->tif_name, name);
499 return (tif->tif_name);
508 const char* old_name = tif->tif_name;
509 tif->tif_name = (char *)name;
tif_dir.c 149 tif->tif_name,
347 TIFFWarningExt(tif->tif_clientdata, tif->tif_name,
358 TIFFWarningExt(tif->tif_clientdata, tif->tif_name,
409 tif->tif_name);
471 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
505 tif->tif_name);
526 tif->tif_name, fip->field_type,
569 tif->tif_name,
697 tif->tif_name, v,
707 tif->tif_name, v32
    [all...]
tif_aux.c 76 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
276 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, "No space for \"TransferFunction\" tag");
tif_read.c 185 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
193 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
1040 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, "File not open for reading");
1044 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, tiles
    [all...]
tif_dirwrite.c 240 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
298 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
    [all...]
tiffiop.h 103 char* tif_name; /* name of open file */ member in struct:tiff
tif_lzw.c 452 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
673 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
tif_jpeg.c     [all...]
tif_dirread.c     [all...]
tif_luv.c     [all...]
tif_dirinfo.c     [all...]
tif_fax3.c 519 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
    [all...]
tif_ojpeg.c     [all...]

Completed in 1022 milliseconds