Searched refs:tif_base (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_close.c59 TIFFUnmapFileContents(tif, tif->tif_base, tif->tif_size);
H A Dtif_read.c205 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[strip], size);
289 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[strip];
408 _TIFFmemcpy(buf, tif->tif_base + td->td_stripoffset[tile], size);
476 tif->tif_rawdata = tif->tif_base + td->td_stripoffset[tile];
H A Dtif_ojpeg.c1709 sp->src.next_input_byte = tif->tif_base + td->td_stripoffset[0];
2042 sp->src.next_input_byte = tif->tif_base + v32;
2139 { register UINT8 *from = tif->tif_base + *v++;
2225 register UINT8 *from = tif->tif_base + *v++, *to;
2466 if (!isMapped(tif) && tif->tif_base) /* free whole-file buffer */
2468 _TIFFfree(tif->tif_base);
2469 tif->tif_base = 0;
2510 if (!(tif->tif_base = _TIFFmalloc(tif->tif_size=TIFFGetFileSize(tif))))
2515 if (!SeekOK(tif,0) || !ReadOK(tif,tif->tif_base,tif->tif_size))
2572 sp->src.next_input_byte = tif->tif_base
[all...]
H A Dtif_open.c365 !TIFFMapFileContents(tif, (tdata_t*) &tif->tif_base, &tif->tif_size))
H A Dtiffiop.h143 tidata_t tif_base; /* base of mapped file */ member in struct:tiff
H A Dtif_dirread.c173 _TIFFmemcpy(&dircount, tif->tif_base + off, sizeof (uint16));
187 _TIFFmemcpy(dir, tif->tif_base + off,
192 _TIFFmemcpy(&nextdiroff, tif->tif_base+off, sizeof (uint32));
751 _TIFFmemcpy(cp, tif->tif_base + dir->tdir_offset, cc);
H A Dtif_dir.c1190 _TIFFmemcpy(&dircount, tif->tif_base+poff, sizeof (uint16));
1202 _TIFFmemcpy(nextdir, tif->tif_base+poff, sizeof (uint32));

Completed in 121 milliseconds