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

  /external/pdfium/third_party/libtiff/
tif_write.c 133 if( td->td_stripbytecount[strip] > 0 )
136 td->td_stripbytecount[strip] = 0;
239 if( td->td_stripbytecount[strip] > 0 )
245 if( tif->tif_rawdatasize <= (tmsize_t)td->td_stripbytecount[strip] )
248 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[strip] + 1), 1024))) )
390 if( td->td_stripbytecount[tile] > 0 )
396 if( tif->tif_rawdatasize <= (tmsize_t) td->td_stripbytecount[tile] )
399 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[tile] + 1), 1024))) )
510 td->td_stripbytecount = (uint64 *)
512 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL
    [all...]
tif_read.c 55 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
64 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
117 if( (uint64) to_read > td->td_stripbytecount[strip]
120 to_read = (tmsize_t) td->td_stripbytecount[strip]
207 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
209 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10
244 && (uint64) tif->tif_rawdataoff+tif->tif_rawdataloaded < td->td_stripbytecount[strip] )
460 bytecount = td->td_stripbytecount[strip];
495 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
500 uint64 bytecount = td->td_stripbytecount[strip]
    [all...]
tif_dir.h 99 uint64* td_stripbytecount; member in struct:__anon23096
tif_dirread.c     [all...]
tif_print.c 665 (unsigned __int64) td->td_stripbytecount[s]);
670 (unsigned long long) td->td_stripbytecount[s]);
tif_strip.c 153 uint64 bytecount = td->td_stripbytecount[strip];
tif_ojpeg.c     [all...]
tif_jpeg.c 747 if( tif->tif_dir.td_stripbytecount == NULL
749 || tif->tif_dir.td_stripbytecount[0] == 0 )
770 m.filebytesleft=tif->tif_dir.td_stripbytecount[0];
    [all...]
tif_dir.c 950 *va_arg(ap, uint64**) = td->td_stripbytecount;
    [all...]
tif_dirwrite.c 532 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
537 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_write.c 129 if( td->td_stripbytecount[strip] > 0 )
132 td->td_stripbytecount[strip] = 0;
233 if( td->td_stripbytecount[strip] > 0 )
368 if( td->td_stripbytecount[tile] > 0 )
466 td->td_stripbytecount = (uint64 *)
468 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL)
475 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64));
611 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount,
623 td->td_stripbytecount = new_stripbytecount;
626 _TIFFmemset(td->td_stripbytecount + td->td_nstrips
    [all...]
tif_read.c 55 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
64 bytecountm=(tmsize_t) td->td_stripbytecount[strip];
117 if( (uint64) to_read > td->td_stripbytecount[strip]
120 to_read = td->td_stripbytecount[strip]
207 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
209 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10
244 && (uint64) tif->tif_rawdataoff+tif->tif_rawdataloaded < td->td_stripbytecount[strip] )
460 bytecount = td->td_stripbytecount[strip];
495 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
500 uint64 bytecount = td->td_stripbytecount[strip]
    [all...]
tif_dir.h 99 uint64* td_stripbytecount; member in struct:__anon21817
tif_dirread.c     [all...]
tif_print.c 663 (unsigned __int64) td->td_stripbytecount[s]);
668 (unsigned long long) td->td_stripbytecount[s]);
tif_strip.c 153 uint64 bytecount = td->td_stripbytecount[strip];
tif_jpeg.c 731 if( tif->tif_dir.td_stripbytecount == NULL
732 || tif->tif_dir.td_stripbytecount[0] == 0 )
753 m.filebytesleft=tif->tif_dir.td_stripbytecount[0];
    [all...]
tif_ojpeg.c     [all...]
tif_dir.c 930 *va_arg(ap, uint64**) = td->td_stripbytecount;
    [all...]
tif_dirwrite.c 532 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
537 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
    [all...]

Completed in 440 milliseconds