Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c1114 t2p->tiff_pages[t2p->tiff_pagecount].page_number=t2p->tiff_pagecount; in t2p_read_tiff_init()
2587 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
2593 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
2626 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
4408 t2p->pdf_xres = t2p->tiff_xres; in t2p_compose_pdf_page()
4409 t2p->pdf_yres = t2p->tiff_yres; in t2p_compose_pdf_page()
4430 t2p->pdf_imagewidth = ((float)(t2p->tiff_width))/t2p->pdf_xres; in t2p_compose_pdf_page()
4431 t2p->pdf_imagelength = ((float)(t2p->tiff_length))/t2p->pdf_yres; in t2p_compose_pdf_page()
5435 t2p->pdf_info=t2p->pdf_xrefcount; in t2p_write_pdf()
5440 t2p->pdf_pages=t2p->pdf_xrefcount; in t2p_write_pdf()
[all …]
/libtiff-4.0.7/
H A DChangeLog2064 in t2p_read_tiff_size() causes t2p->tiff_datasize to be set entirely