Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c81 T2P_CS_ICCBASED = 0x80 /* ICC profile color specification */ enumerator
1870 t2p->pdf_colorspace |= T2P_CS_ICCBASED; in t2p_read_tiff_data()
4872 if( (t2p->pdf_colorspace & T2P_CS_ICCBASED) != 0){ in t2p_write_pdf_xobject_cs()
5136 t2p->pdf_colorspace ^= T2P_CS_ICCBASED; in t2p_write_pdf_xobject_icccs_dict()
5138 t2p->pdf_colorspace |= T2P_CS_ICCBASED; in t2p_write_pdf_xobject_icccs_dict()
5499 if( (t2p->pdf_colorspace & T2P_CS_ICCBASED) != 0){ in t2p_write_pdf()