Searched refs:byte_counts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c1883 uint32 *byte_counts = NULL; local
1906 && TIFFGetField( tif, TIFFTAG_TILEBYTECOUNTS, &byte_counts )
1907 && byte_counts != NULL )
1909 data_is_empty = byte_counts[0] == 0;
1912 && TIFFGetField( tif, TIFFTAG_STRIPBYTECOUNTS, &byte_counts)
1913 && byte_counts != NULL )
1915 data_is_empty = byte_counts[0] == 0;

Completed in 110 milliseconds