HomeSort by relevance Sort by last modified time
    Searched refs:_TIFFmemset (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencv3/3rdparty/libtiff/
tif_write.c 474 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
475 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64));
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips,
626 _TIFFmemset(td->td_stripbytecount + td->td_nstrips,
tif_color.c 228 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */
232 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */
tif_compress.c 292 _TIFFmemset(codecs + i - 1, 0, sizeof(TIFFCodec));
tif_lzw.c 251 _TIFFmemset(&sp->dec_codetab[CODE_CLEAR], 0,
329 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t));
438 _TIFFmemset(free_entp, 0,
657 _TIFFmemset(free_entp, 0,
    [all...]
tif_unix.c 276 _TIFFmemset(void* p, int v, tmsize_t c)
tif_win32.c 348 _TIFFmemset(void* p, int v, tmsize_t c)
tif_dir.c 658 _TIFFmemset(val, 0, tv_size);
    [all...]
tif_getimage.c 606 _TIFFmemset(buf, 0, TIFFTileSize(tif));
713 _TIFFmemset(buf, 0, bufsize);
850 _TIFFmemset(buf, 0, TIFFStripSize(tif));
942 _TIFFmemset(buf, 0, bufsize);
    [all...]
tif_luv.c 208 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0]));
331 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0]));
    [all...]
tif_open.c 124 _TIFFmemset(tif, 0, sizeof (*tif));
tiffio.h 297 extern void _TIFFmemset(void* p, int v, tmsize_t c);
tif_jpeg.c     [all...]
tif_dirinfo.c     [all...]
tif_dirread.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 518 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
519 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64));
668 _TIFFmemset(td->td_stripoffset + td->td_nstrips,
670 _TIFFmemset(td->td_stripbytecount + td->td_nstrips,
tif_color.c 228 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */
232 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */
tif_compress.c 292 _TIFFmemset(codecs + i - 1, 0, sizeof(TIFFCodec));
tif_lzw.c 251 _TIFFmemset(&sp->dec_codetab[CODE_CLEAR], 0,
331 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t));
442 _TIFFmemset(free_entp, 0,
663 _TIFFmemset(free_entp, 0,
tif_dir.c 666 _TIFFmemset(val, 0, tv_size);
    [all...]
tif_getimage.c 625 _TIFFmemset(buf, 0, TIFFTileSize(tif));
749 _TIFFmemset(buf, 0, bufsize);
907 _TIFFmemset(buf, 0, TIFFStripSize(tif));
1000 _TIFFmemset(buf, 0, bufsize);
    [all...]
tif_open.c 124 _TIFFmemset(tif, 0, sizeof (*tif));
tif_luv.c 208 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0]));
331 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0]));
    [all...]
tiffio.h 297 extern void _TIFFmemset(void* p, int v, tmsize_t c);
tif_jpeg.c     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 175 void _TIFFmemset(void* ptr, int val, tmsize_t size) {

Completed in 442 milliseconds

1 2