Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_jpeg.c398 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_init_destination()
418 if ( sp->dest.free_in_buffer >= 0 ) { in std_empty_output_buffer()
436 tif->tif_rawcp = (uint8*) sp->dest.next_output_byte; in std_term_destination()
446 sp->cinfo.c.dest = &sp->dest; in TIFFjpeg_data_dest()
447 sp->dest.init_destination = std_init_destination; in TIFFjpeg_data_dest()
449 sp->dest.term_destination = std_term_destination; in TIFFjpeg_data_dest()
462 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables; in tables_init_destination()
478 sp->dest.free_in_buffer = (size_t) 1000; in tables_empty_output_buffer()
510 sp->cinfo.c.dest = &sp->dest; in TIFFjpeg_tables_dest()
511 sp->dest.init_destination = tables_init_destination; in TIFFjpeg_tables_dest()
[all …]
H A Dtif_dirread.c151 …enum TIFFReadDirEntryErr TIFFReadDirEntryData(TIFF* tif, uint64 offset, tmsize_t size, void* dest);
3283 TIFFReadDirEntryData(TIFF* tif, uint64 offset, tmsize_t size, void* dest) in TIFFReadDirEntryData() argument
3289 if (!ReadOK(tif,dest,size)) in TIFFReadDirEntryData()
3302 _TIFFmemcpy(dest,tif->tif_base+ma,size); in TIFFReadDirEntryData()
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c3223 uint32 dest=0; in t2p_process_ojpeg_tables() local
3351 for(dest=0;dest<t2p->tiff_samplesperpixel;dest++){ in t2p_process_ojpeg_tables()
3356 ojpegdata[t2p->pdf_ojpegdatalength++]=dest; in t2p_process_ojpeg_tables()
3358 &(((unsigned char*)q)[64*dest]), 64); in t2p_process_ojpeg_tables()
3362 for(dest=0;dest<table_count;dest++){ in t2p_process_ojpeg_tables()
3367 ojpegdata[t2p->pdf_ojpegdatalength++]=dest & 0x0f; in t2p_process_ojpeg_tables()
3384 for(dest=0;dest<table_count;dest++){ in t2p_process_ojpeg_tables()
3390 ojpegdata[t2p->pdf_ojpegdatalength++] |=dest & 0x0f; in t2p_process_ojpeg_tables()
/libtiff-4.0.7/config/
H A Dltmain.sh4130 if test -n "$dest"; then
4131 func_append files " $dest"
4190 if test -z "$dest"; then
4198 func_stripname '' '/' "$dest"
4202 test -d "$dest" && isdir=:
4204 destdir=$dest
4207 func_dirname_and_basename "$dest" "" "."
4214 func_fatal_help "'$dest' is not a directory"