Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_flush.c50 uint64 *offsets=NULL, *sizes=NULL; in TIFFFlush() local
55 && TIFFGetField( tif, TIFFTAG_TILEBYTECOUNTS, &sizes ) in TIFFFlush()
59 tif->tif_dir.td_nstrips, sizes ) ) in TIFFFlush()
69 && TIFFGetField( tif, TIFFTAG_STRIPBYTECOUNTS, &sizes ) in TIFFFlush()
73 tif->tif_dir.td_nstrips, sizes ) ) in TIFFFlush()
/libtiff-4.0.7/
H A DCMakeLists.txt272 # Check type sizes
H A DChangeLog1058 calculating allocation buffer sizes.
1461 calculating required buffer sizes (CVE-2012-2113).
2790 This is the case when GDAL creates a new file with zero sizes, closes
2951 * tif_dirwrite.c: Always write tile/strip offsets and sizes
3892 * tools/fax2tiff.c: Properly calculate sizes of temporary arrays
4372 * tools/tiff2ps.c: Fixed problem with page sizes as per bug
4760 tif_pixarlog.c, tif_write.c}: Handle the zero strip/tile sizes
6228 TIFFDataType sizes instead of working with tiffDataWidth array
6231 won't work when tags with uknown sizes founded.
6615 sizes. It fixes two problems:
[all …]
H A Dconfigure.ac977 dnl Should we try to defer loading of strip/tile offsets and sizes to
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c876 const char* sizes[]={ in tiff2pdf_match_paper_size() local
922 for(i=0;sizes[i]!=NULL; i++){ in tiff2pdf_match_paper_size()
923 if (strcmp( (const char*)papersize, sizes[i])==0){ in tiff2pdf_match_paper_size()