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

  /external/opencv3/3rdparty/libtiff/
tif_close.c 80 if (tif->tif_fields && tif->tif_nfields > 0) {
84 TIFFField *fld = tif->tif_fields[i];
92 _TIFFfree(tif->tif_fields);
tif_dirinfo.c 297 if (tif->tif_fields && tif->tif_nfields > 0) {
301 TIFFField *fld = tif->tif_fields[i];
309 _TIFFfree(tif->tif_fields);
310 tif->tif_fields = NULL;
    [all...]
tiffiop.h 195 TIFFField** tif_fields; /* sorted table of registered tags */ member in struct:tiff
tif_dirread.c     [all...]
tif_dirwrite.c 634 o = tif->tif_fields[n];
    [all...]
  /external/pdfium/third_party/libtiff/
tif_close.c 80 if (tif->tif_fields && tif->tif_nfields > 0) {
84 TIFFField *fld = tif->tif_fields[i];
92 _TIFFfree(tif->tif_fields);
tif_dirinfo.c 313 if (tif->tif_fields && tif->tif_nfields > 0) {
317 TIFFField *fld = tif->tif_fields[i];
325 _TIFFfree(tif->tif_fields)
    [all...]
tiffiop.h 200 TIFFField** tif_fields; /* sorted table of registered tags */ member in struct:tiff
tif_dirread.c     [all...]
tif_dirwrite.c 634 o = tif->tif_fields[n];
    [all...]

Completed in 46 milliseconds