Lines Matching refs:count
1980 uint32 count = 0; in t2p_read_tiff_size() local
1981 if(TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt) != 0 ){ in t2p_read_tiff_size()
1982 if(count > 4){ in t2p_read_tiff_size()
1983 k += count; in t2p_read_tiff_size()
2071 uint32 count = 0; in t2p_read_tiff_size_tile() local
2072 if(TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt)!=0){ in t2p_read_tiff_size_tile()
2073 if(count > 4){ in t2p_read_tiff_size_tile()
2074 k = checkAdd64(k, count, t2p); in t2p_read_tiff_size_tile()
2380 uint32 count = 0; in t2p_readwrite_pdf_image() local
2392 if (TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt) != 0) { in t2p_readwrite_pdf_image()
2393 if(count > 4) { in t2p_readwrite_pdf_image()
2394 _TIFFmemcpy(buffer, jpt, count); in t2p_readwrite_pdf_image()
2395 bufferoffset += count - 2; in t2p_readwrite_pdf_image()
2886 uint32 count = 0; in t2p_readwrite_pdf_image_tile() local
2897 if(TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt) != 0) { in t2p_readwrite_pdf_image_tile()
2898 if (count >= 4) { in t2p_readwrite_pdf_image_tile()
2900 _TIFFmemcpy(buffer, jpt, count - 2); in t2p_readwrite_pdf_image_tile()
2901 bufferoffset += count - 2; in t2p_readwrite_pdf_image_tile()