Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c363 box->rmin = box->gmin = box->bmin = 999; in get_histogram()
364 box->rmax = box->gmax = box->bmax = -1; in get_histogram()
546 if (box->rmax > box->rmin) { in shrinkbox()
547 for (ir = box->rmin; ir <= box->rmax; ++ir) in shrinkbox()
557 if (box->rmax > box->rmin) in shrinkbox()
570 if (box->gmax > box->gmin) { in shrinkbox()
571 for (ig = box->gmin; ig <= box->gmax; ++ig) in shrinkbox()
581 if (box->gmax > box->gmin) in shrinkbox()
594 if (box->bmax > box->bmin) { in shrinkbox()
595 for (ib = box->bmin; ib <= box->bmax; ++ib) in shrinkbox()
[all …]
H A Dtiff2pdf.c4744 T2P_BOX box; in t2p_write_pdf_page_content_stream() local
4752 box.mat[0], in t2p_write_pdf_page_content_stream()
4753 box.mat[1], in t2p_write_pdf_page_content_stream()
4754 box.mat[3], in t2p_write_pdf_page_content_stream()
4755 box.mat[4], in t2p_write_pdf_page_content_stream()
4768 box.mat[0], in t2p_write_pdf_page_content_stream()
4769 box.mat[1], in t2p_write_pdf_page_content_stream()
4770 box.mat[3], in t2p_write_pdf_page_content_stream()
4771 box.mat[4], in t2p_write_pdf_page_content_stream()
4772 box.mat[6], in t2p_write_pdf_page_content_stream()
[all …]
/libtiff-4.0.7/
H A DChangeLog6942 * fax2ps: Fixed mixup of width and height in bounding box statement