Searched refs:tif_diroff (Results 1 - 14 of 14) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirwrite.c222 if( tif->tif_diroff == 0 )
232 if (tif->tif_header.classic.tiff_diroff == tif->tif_diroff)
235 tif->tif_diroff = 0;
270 if (nextnextdir==tif->tif_diroff)
281 tif->tif_diroff=0;
290 if (tif->tif_header.big.tiff_diroff == tif->tif_diroff)
293 tif->tif_diroff = 0;
336 if (nextnextdir==tif->tif_diroff)
347 tif->tif_diroff=0;
777 if ((tif->tif_diroff
[all...]
H A Dtif_print.c243 (unsigned __int64) tif->tif_diroff,
244 (unsigned __int64) tif->tif_diroff);
247 (unsigned long long) tif->tif_diroff,
248 (unsigned long long) tif->tif_diroff);
H A Dtif_dir.c1231 tif->tif_diroff = 0;
1252 tif->tif_diroff = 0;
1541 return (tif->tif_diroff);
1644 tif->tif_diroff = 0; /* force link on next write */
H A Dtif_open.c339 tif->tif_diroff = 0;
H A Dtiffiop.h125 uint64 tif_diroff; /* file offset of current directory */ member in struct:tiff
H A Dtif_dirread.c3428 tif->tif_diroff=tif->tif_nextdiroff;
4450 tif->tif_diroff = diroff;
4454 if (!SeekOK(tif, tif->tif_diroff)) {
4530 tmsize_t off = (tmsize_t) tif->tif_diroff;
4531 if ((uint64)off!=tif->tif_diroff)
H A Dtif_jpeg.c2271 if( tif->tif_diroff == 0 )
/external/pdfium/third_party/libtiff/
H A Dtif_dirwrite.c222 if( tif->tif_diroff == 0 )
232 if (tif->tif_header.classic.tiff_diroff == tif->tif_diroff)
235 tif->tif_diroff = 0;
270 if (nextnextdir==tif->tif_diroff)
281 tif->tif_diroff=0;
290 if (tif->tif_header.big.tiff_diroff == tif->tif_diroff)
293 tif->tif_diroff = 0;
336 if (nextnextdir==tif->tif_diroff)
347 tif->tif_diroff=0;
777 if ((tif->tif_diroff
[all...]
H A Dtif_print.c245 (unsigned __int64) tif->tif_diroff,
246 (unsigned __int64) tif->tif_diroff);
249 (unsigned long long) tif->tif_diroff,
250 (unsigned long long) tif->tif_diroff);
H A Dtif_dir.c1251 tif->tif_diroff = 0;
1272 tif->tif_diroff = 0;
1587 return (tif->tif_diroff);
1690 tif->tif_diroff = 0; /* force link on next write */
H A Dtif_open.c339 tif->tif_diroff = 0;
H A Dtiffiop.h130 uint64 tif_diroff; /* file offset of current directory */ member in struct:tiff
H A Dtif_dirread.c3409 tif->tif_diroff=tif->tif_nextdiroff;
4455 tif->tif_diroff = diroff;
4459 if (!SeekOK(tif, tif->tif_diroff)) {
4535 tmsize_t off = (tmsize_t) tif->tif_diroff;
4536 if ((uint64)off!=tif->tif_diroff)
H A Dtif_jpeg.c2390 if( tif->tif_diroff == 0 )

Completed in 103 milliseconds