Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c1896 unsigned char* jpt=NULL; in t2p_read_tiff_size() local
1981 if(TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt) != 0 ){ in t2p_read_tiff_size()
2042 unsigned char* jpt; in t2p_read_tiff_size_tile() local
2072 if(TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt)!=0){ in t2p_read_tiff_size_tile()
2185 unsigned char* jpt; in t2p_readwrite_pdf_image() local
2392 if (TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt) != 0) { in t2p_readwrite_pdf_image()
2394 _TIFFmemcpy(buffer, jpt, count); in t2p_readwrite_pdf_image()
2776 unsigned char* jpt; in t2p_readwrite_pdf_image_tile() local
2897 if(TIFFGetField(input, TIFFTAG_JPEGTABLES, &count, &jpt) != 0) { in t2p_readwrite_pdf_image_tile()
2900 _TIFFmemcpy(buffer, jpt, count - 2); in t2p_readwrite_pdf_image_tile()