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 508 td->td_stripoffset = (uint64 *)
512 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL)
518 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
579 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) {
653 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset,
666 td->td_stripoffset = new_stripoffset;
668 _TIFFmemset(td->td_stripoffset + td->td_nstrips,
689 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) {
693 && td->td_stripoffset[strip] != 0
703 if (!SeekOK(tif, td->td_stripoffset[strip]))
    [all...]
tif_read.c 103 read_offset = td->td_stripoffset[strip]
376 if (!SeekOK(tif, td->td_stripoffset[strip])) {
402 ma=(tmsize_t)td->td_stripoffset[strip];
404 if (((uint64)ma!=td->td_stripoffset[strip])||(ma>tif->tif_size))
539 * td->td_stripoffset[strip]+bytecount > tif->tif_size
545 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
557 (unsigned __int64) tif->tif_size - td->td_stripoffset[strip],
565 (unsigned long long) tif->tif_size - td->td_stripoffset[strip],
572 tif->tif_rawdata = tif->tif_base + (tmsize_t)td->td_stripoffset[strip];
688 if (!SeekOK(tif, td->td_stripoffset[tile]))
    [all...]
tif_dir.h 98 uint64* td_stripoffset; member in struct:__anon29468
tif_print.c 664 (unsigned __int64) td->td_stripoffset[s],
669 (unsigned long long) td->td_stripoffset[s],
tif_dirread.c     [all...]
tif_dir.c 953 *va_arg(ap, uint64**) = td->td_stripoffset;
    [all...]
tif_jpeg.c 748 || tif->tif_dir.td_stripoffset == NULL
768 m.fileoffset=tif->tif_dir.td_stripoffset[0];
    [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 197 if (tif->tif_dir.td_stripoffset == NULL)
545 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset))
550 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset))
    [all...]

Completed in 50 milliseconds