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

  /external/pdfium/third_party/libtiff/
tif_write.c 542 td->td_stripoffset = (uint64 *)
546 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL)
552 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
613 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) {
687 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset,
700 td->td_stripoffset = new_stripoffset;
702 _TIFFmemset(td->td_stripoffset + td->td_nstrips,
723 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) {
727 && td->td_stripoffset[strip] != 0
737 if (!SeekOK(tif, td->td_stripoffset[strip]))
    [all...]
tif_read.c 229 read_offset = td->td_stripoffset[strip]
583 if (!SeekOK(tif, td->td_stripoffset[strip])) {
609 if ((td->td_stripoffset[strip] > (uint64)TIFF_TMSIZE_T_MAX)||
610 ((ma=(tmsize_t)td->td_stripoffset[strip])>tif->tif_size))
659 if (!SeekOK(tif, td->td_stripoffset[strip_or_tile])) {
825 * td->td_stripoffset[strip]+bytecount > tif->tif_size
831 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
843 (unsigned __int64) tif->tif_size - td->td_stripoffset[strip],
851 (unsigned long long) tif->tif_size - td->td_stripoffset[strip],
858 tif->tif_rawdata = tif->tif_base + (tmsize_t)td->td_stripoffset[strip]
    [all...]
tif_dir.h 98 uint64* td_stripoffset; member in struct:__anon31494
tif_print.c 670 (unsigned __int64) td->td_stripoffset[s],
675 (unsigned long long) td->td_stripoffset[s],
tif_dirread.c     [all...]
tif_dir.c 1005 *va_arg(ap, uint64**) = td->td_stripoffset;
    [all...]
tif_dirwrite.c 198 if (tif->tif_dir.td_stripoffset == NULL)
546 /* td_stripoffset might be NULL in an odd OJPEG case. See
557 if (tif->tif_dir.td_stripoffset != NULL &&
558 !TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset))
563 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset))
    [all...]
tif_jpeg.c 750 || tif->tif_dir.td_stripoffset == NULL
770 m.fileoffset=tif->tif_dir.td_stripoffset[0];
    [all...]
tif_ojpeg.c     [all...]

Completed in 678 milliseconds