Searched refs:T2P_CS_PALETTE (Results 1 – 1 of 1) sorted by relevance
78 T2P_CS_PALETTE = 0x1000,/* One of the above with a color map */ enumerator1487 t2p->pdf_colorspace=T2P_CS_RGB | T2P_CS_PALETTE; in t2p_read_tiff_data()1556 t2p->pdf_colorspace=T2P_CS_CMYK | T2P_CS_PALETTE; in t2p_read_tiff_data()1781 if(t2p->pdf_colorspace & T2P_CS_PALETTE){ in t2p_read_tiff_data()1783 t2p->pdf_colorspace ^= T2P_CS_PALETTE; in t2p_read_tiff_data()4380 if(t2p->pdf_colorspace & T2P_CS_PALETTE){ in t2p_write_pdf_page()4876 if( (t2p->pdf_colorspace & T2P_CS_PALETTE) != 0){ in t2p_write_pdf_xobject_cs()4878 t2p->pdf_colorspace ^= T2P_CS_PALETTE; in t2p_write_pdf_xobject_cs()4880 t2p->pdf_colorspace |= T2P_CS_PALETTE; in t2p_write_pdf_xobject_cs()5485 if( (t2p->pdf_colorspace & T2P_CS_PALETTE) != 0){ in t2p_write_pdf()