Searched refs:tif_header (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
286 tif->tif_header.tiff_magic = tif->tif_flags & TIFF_SWAB
289 tif->tif_header.tiff_version = TIFF_VERSION;
291 TIFFSwabShort(&tif->tif_header.tiff_version);
292 tif->tif_header.tiff_diroff = 0; /* filled in later */
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
309 TIFFInitOrder(tif, tif->tif_header.tiff_magic, bigendian);
323 if (tif->tif_header.tiff_magic != TIFF_BIGENDIAN &&
324 tif->tif_header.tiff_magic != TIFF_LITTLEENDIAN) {
326 tif->tif_header
[all...]
H A Dtif_dir.h230 ((uint32) ((tif)->tif_header.tiff_magic == TIFF_BIGENDIAN ? \
234 ((uint32) ((tif)->tif_header.tiff_magic == TIFF_BIGENDIAN ? \
H A Dtif_dirwrite.c807 if (tif->tif_header.tiff_magic == TIFF_BIGENDIAN) {
1118 if (tif->tif_header.tiff_diroff == tif->tif_diroff)
1120 tif->tif_header.tiff_diroff = 0;
1129 if (!WriteOK(tif, &(tif->tif_header.tiff_diroff),
1140 nextdir = tif->tif_header.tiff_diroff;
1213 if (tif->tif_header.tiff_diroff == 0) {
1217 tif->tif_header.tiff_diroff = tif->tif_diroff;
1229 nextdir = tif->tif_header.tiff_diroff;
H A Dtiffiop.h99 TIFFHeader tif_header; /* file's header block */ member in struct:tiff
H A Dtif_ojpeg.c2570 if (tif->tif_header.tiff_diroff > sizeof tif->tif_header)
2572 sp->src.next_input_byte = tif->tif_base + sizeof tif->tif_header;
2573 sp->src.bytes_in_buffer = tif->tif_header.tiff_diroff
2574 - sizeof tif->tif_header;
2586 (sp->src.next_input_byte = tif->tif_base+tif->tif_header.tiff_diroff),
H A Dtif_dir.c1240 toff_t nextdir = tif->tif_header.tiff_diroff;
1258 nextdir = tif->tif_header.tiff_diroff;
1334 nextdir = tif->tif_header.tiff_diroff;
H A Dtif_dirread.c855 if (tif->tif_header.tiff_magic == TIFF_BIGENDIAN) {
898 if (tif->tif_header.tiff_magic == TIFF_BIGENDIAN) {

Completed in 80 milliseconds