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

1 2

  /external/opencv3/3rdparty/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,
339 TIFFWarningExt(tif->tif_clientdata, tif->tif_name,
350 TIFFWarningExt(tif->tif_clientdata, tif->tif_name,
401 tif->tif_name);
455 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
489 tif->tif_name);
510 tif->tif_name, fip->field_type,
553 tif->tif_name,
681 tif->tif_name, v,
691 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,
    [all...]
tif_dirwrite.c 240 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
298 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
    [all...]
tiffiop.h 98 char* tif_name; /* name of open file */ member in struct:tiff
tif_lzw.c 447 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
666 TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
    [all...]
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_dirread.c     [all...]
  /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);
463 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
497 tif->tif_name);
518 tif->tif_name, fip->field_type,
561 tif->tif_name,
689 tif->tif_name, v,
699 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,
1037 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, "File not open for reading");
1041 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...]

Completed in 103 milliseconds

1 2