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))) )
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:__anon29468
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 958 *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 60 milliseconds