Home
last modified time | relevance | path

Searched refs:_TIFFmemset (Results 1 – 25 of 31) sorted by relevance

12

/libtiff-4.0.7/tools/
H A Dtiffcp.c847 _TIFFmemset(buf, 0, scanlinesize); in DECLAREcpFunc()
987 _TIFFmemset(buf, 0, stripsize); in DECLAREcpFunc()
1034 _TIFFmemset(buf, 0, scanlinesize); in DECLAREcpFunc()
1076 _TIFFmemset(inbuf, 0, scanlinesizein); in DECLAREcpFunc()
1129 _TIFFmemset(inbuf, 0, scanlinesizein); in DECLAREcpFunc()
1283 _TIFFmemset(scanline, 0, scanlinesize); in DECLAREreadFunc()
1332 _TIFFmemset(tilebuf, 0, tilesize); in DECLAREreadFunc()
1386 _TIFFmemset(tilebuf, 0, tilesize); in DECLAREreadFunc()
1476 _TIFFmemset(obuf, 0, stripsize); in DECLAREwriteFunc()
1518 _TIFFmemset(obuf, 0, tilesize); in DECLAREwriteFunc()
[all …]
H A Dtiffdither.c109 _TIFFmemset(outptr = outline, 0, outlinesize); in fsdither()
H A Dfax2tiff.c391 _TIFFmemset(refbuf, 0, linesize); in copyFaxFile()
H A Dtiffcrop.c7325 _TIFFmemset(sect_buff, 0, sectsize); in createImageSection()
7340 _TIFFmemset(sect_buff, 0, sectsize); in createImageSection()
7399 _TIFFmemset(crop_buff, 0, cropsize); in processCropSelections()
7501 _TIFFmemset(crop_buff, 0, cropsize); in processCropSelections()
7616 _TIFFmemset(crop_buff, 0, cropsize); in createCroppedImage()
7631 _TIFFmemset(crop_buff, 0, cropsize); in createCroppedImage()
8406 _TIFFmemset(rbuff, '\0', buffsize); in rotateImage()
9083 _TIFFmemset (line_buff, '\0', rowsize); in mirrorImage()
H A Dtiffmedian.c240 _TIFFmemset(ColorCells, 0, C_LEN*C_LEN*C_LEN*sizeof (C_cell*)); in main()
/libtiff-4.0.7/contrib/addtiffo/
H A Dtif_ovrcache.c119 _TIFFmemset( psCache->pabyRow1Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache()
120 _TIFFmemset( psCache->pabyRow2Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache()
250 _TIFFmemset( pabyData, 0, psCache->nBytesPerRow ); in TIFFWriteOvrRow()
/libtiff-4.0.7/contrib/tags/
H A Dxtif_dir.c223 _TIFFmemset(xt,0,sizeof(xtiff)); in _XTIFFLocalDefaultDirectory()
267 _TIFFmemset(xt,0,sizeof(xtiff)); in _XTIFFDefaultDirectory()
/libtiff-4.0.7/libtiff/
H A Dtif_write.c552 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64)); in TIFFSetupStrips()
553 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64)); in TIFFSetupStrips()
702 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips()
704 _TIFFmemset(td->td_stripbytecount + td->td_nstrips, in TIFFGrowStrips()
H A Dtif_color.c230 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */ in TIFFYCbCrToRGBInit()
234 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */ in TIFFYCbCrToRGBInit()
H A Dlibtiff.def163 _TIFFmemset
H A Dtif_lzw.c251 _TIFFmemset(&sp->dec_codetab[CODE_CLEAR], 0, in LZWSetupDecode()
331 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t)); in LZWPreDecode()
443 _TIFFmemset(free_entp, 0, in LZWDecode()
669 _TIFFmemset(free_entp, 0, in LZWDecodeCompat()
H A Dtif_dir.c690 _TIFFmemset(val, 0, tv_size); in _TIFFVSetField()
1217 _TIFFmemset(td->td_fieldsset, 0, FIELD_SETLONGS); in TIFFFreeDirectory()
1245 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory()
1246 _TIFFmemset( &(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory()
1325 _TIFFmemset(td, 0, sizeof (*td)); in TIFFDefaultDirectory()
H A Dtif_compress.c292 _TIFFmemset(codecs + i - 1, 0, sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
H A Dtif_unix.c332 _TIFFmemset(void* p, int v, tmsize_t c) in _TIFFmemset() function
H A Dtif_getimage.c646 _TIFFmemset(buf, 0, TIFFTileSize(tif)); in gtTileContig()
771 _TIFFmemset(buf, 0, bufsize); in gtTileSeparate()
930 _TIFFmemset(buf, 0, TIFFStripSize(tif)); in gtStripContig()
1025 _TIFFmemset(buf, 0, bufsize); in gtStripSeparate()
2952 _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize+read_xsize, in TIFFReadRGBATile()
2957 _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize, in TIFFReadRGBATile()
H A Dtif_win32.c376 _TIFFmemset(void* p, int v, tmsize_t c) in _TIFFmemset() function
H A Dtif_luv.c212 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogL16Decode()
346 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogLuvDecode32()
1706 _TIFFmemset((void*)sp, 0, sizeof (*sp)); in TIFFInitSGILog()
H A Dtif_vms.c286 _TIFFmemset(tdata_t p, int v, tsize_t c) in _TIFFmemset() function
H A Dtif_open.c124 _TIFFmemset(tif, 0, sizeof (*tif));
H A Dtiffio.h297 extern void _TIFFmemset(void* p, int v, tmsize_t c);
H A Dtif_jpeg.c2328 _TIFFmemset(tif->tif_data, 0, sizeof(JPEGState)); in TIFFInitJPEG()
2396 _TIFFmemset(sp->jpegtables, 0, SIZE_OF_JPEGTABLES); in TIFFInitJPEG()
H A Dtif_dirread.c4185 _TIFFmemset(&tif->tif_dir, 0, sizeof(TIFFDirectory)); in TIFFReadCustomDirectory()
5420_TIFFmemset(resizeddata+(uint32)dir->tdir_count,0,(nstrips-(uint32)dir->tdir_count)*sizeof(uint64)… in TIFFFetchStripThing()
5616 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal()
5617 _TIFFmemset( &(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal()
H A Dtif_dirinfo.c644 _TIFFmemset(fld, 0, sizeof(TIFFField)); in _TIFFCreateAnonField()
/libtiff-4.0.7/archive/tools/
H A Dras2tiff.c194 _TIFFmemset(map, 0, i*sizeof (uint16)); in main()
230 _TIFFmemset(buf+linebytes, 0, scanline-linebytes); in main()
/libtiff-4.0.7/
H A Dconfigure.com496 _TIFFmemset=PROCEDURE,-
647 UNIVERSAL=_TIFFmemset

12