Lines Matching refs:tiff_width
170 uint32 tiff_width; member
1276 TIFFGetField(input, TIFFTAG_IMAGEWIDTH, &(t2p->tiff_width)); in t2p_read_tiff_data()
1277 if(t2p->tiff_width == 0){ in t2p_read_tiff_data()
2302 ri=(t2p->tiff_width+h_samp-1) / h_samp; in t2p_readwrite_pdf_image()
2587 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
2593 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
2599 t2p->tiff_width*t2p->tiff_length*4); in t2p_readwrite_pdf_image()
2613 t2p->tiff_width, in t2p_readwrite_pdf_image()
2626 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
2633 t2p->tiff_width*t2p->tiff_length); in t2p_readwrite_pdf_image()
2643 TIFFSetField(output, TIFFTAG_IMAGEWIDTH, t2p->tiff_width); in t2p_readwrite_pdf_image()
3336 (t2p->tiff_width >> 8) & 0xff; in t2p_process_ojpeg_tables()
3338 (t2p->tiff_width ) & 0xff; in t2p_process_ojpeg_tables()
3413 ri=(t2p->tiff_width+h_samp-1) / h_samp; in t2p_process_ojpeg_tables()
3655 sample_count=t2p->tiff_width*t2p->tiff_length; in t2p_sample_realize_palette()
4419 width_ratio = t2p->pdf_defaultpagewidth/t2p->tiff_width; in t2p_compose_pdf_page()
4425 t2p->pdf_imagewidth = t2p->tiff_width * length_ratio; in t2p_compose_pdf_page()
4430 t2p->pdf_imagewidth = ((float)(t2p->tiff_width))/t2p->pdf_xres; in t2p_compose_pdf_page()
4434 ((float)(t2p->tiff_width))*PS_UNIT_SIZE/t2p->pdf_xres; in t2p_compose_pdf_page()
4473 t2p->tiff_width > INT_MAX - tilewidth || in t2p_compose_pdf_page()
4480 tilecountx=(t2p->tiff_width + in t2p_compose_pdf_page()
4489 t2p->tiff_width % tilewidth; in t2p_compose_pdf_page()
4499 / (float)t2p->tiff_width); in t2p_compose_pdf_page()
4503 / (float)t2p->tiff_width); in t2p_compose_pdf_page()
4517 / (float)t2p->tiff_width); in t2p_compose_pdf_page()
4533 / (float)t2p->tiff_width); in t2p_compose_pdf_page()
4537 / (float)t2p->tiff_width); in t2p_compose_pdf_page()
4548 / (float)t2p->tiff_width); in t2p_compose_pdf_page()
4809 buflen=snprintf(buffer, sizeof(buffer), "%lu", (unsigned long)t2p->tiff_width); in t2p_write_pdf_xobject_stream_dict()
5214 (unsigned long)t2p->tiff_width); in t2p_write_pdf_xobject_stream_filter()
5277 (unsigned long)t2p->tiff_width); in t2p_write_pdf_xobject_stream_filter()