HomeSort by relevance Sort by last modified time
    Searched refs:td_stripbytecount (Results 1 - 10 of 10) 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))) )
407 if( td->td_stripbytecount[tile] > 0 )
413 if( tif->tif_rawdatasize <= (tmsize_t) td->td_stripbytecount[tile] )
416 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[tile] + 1), 1024))) )
544 td->td_stripbytecount = (uint64 *)
546 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL
    [all...]
tif_read.c 176 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
185 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
246 if( (uint64) to_read > td->td_stripbytecount[strip]
249 to_read = (tmsize_t) td->td_stripbytecount[strip]
328 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
330 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10
376 && (uint64) tif->tif_rawdataoff+tif->tif_rawdataloaded < td->td_stripbytecount[strip] )
713 bytecount = td->td_stripbytecount[strip];
748 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
753 uint64 bytecount = td->td_stripbytecount[strip]
    [all...]
tif_dir.h 99 uint64* td_stripbytecount; member in struct:__anon31494
tif_dirread.c     [all...]
tif_print.c 671 (unsigned __int64) td->td_stripbytecount[s]);
676 (unsigned long long) td->td_stripbytecount[s]);
tif_strip.c 153 uint64 bytecount = td->td_stripbytecount[strip];
tif_ojpeg.c     [all...]
tif_jpeg.c 749 if( tif->tif_dir.td_stripbytecount == NULL
751 || tif->tif_dir.td_stripbytecount[0] == 0 )
772 m.filebytesleft=tif->tif_dir.td_stripbytecount[0];
    [all...]
tif_dir.c 1010 *va_arg(ap, uint64**) = td->td_stripbytecount;
    [all...]
tif_dirwrite.c 533 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
538 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
    [all...]

Completed in 7499 milliseconds