Lines Matching refs:pdf_sample

228 	t2p_sample_t pdf_sample;  member
1270 t2p->pdf_sample = T2P_SAMPLE_NOTHING; in t2p_read_tiff_data()
1430 t2p->pdf_sample=T2P_SAMPLE_RGBAA_TO_RGB; in t2p_read_tiff_data()
1443 t2p->pdf_sample=T2P_SAMPLE_RGBA_TO_RGB; in t2p_read_tiff_data()
1596 t2p->pdf_sample=T2P_SAMPLE_YCBCR_TO_RGB; in t2p_read_tiff_data()
1599 t2p->pdf_sample=T2P_SAMPLE_NOTHING; in t2p_read_tiff_data()
1624 t2p->pdf_sample=T2P_SAMPLE_LAB_SIGNED_TO_UNSIGNED; in t2p_read_tiff_data()
1655 t2p->pdf_sample=T2P_SAMPLE_LAB_SIGNED_TO_UNSIGNED; in t2p_read_tiff_data()
1687 t2p->pdf_sample=T2P_SAMPLE_PLANAR_SEPARATE_TO_CONTIG; in t2p_read_tiff_data()
1782 t2p->pdf_sample|=T2P_SAMPLE_REALIZE_PALETTE; in t2p_read_tiff_data()
1811 if(t2p->pdf_sample & T2P_SAMPLE_REALIZE_PALETTE){ in t2p_read_tiff_data()
2444 if(t2p->pdf_sample==T2P_SAMPLE_NOTHING){ in t2p_readwrite_pdf_image()
2475 if(t2p->pdf_sample & T2P_SAMPLE_PLANAR_SEPARATE_TO_CONTIG){ in t2p_readwrite_pdf_image()
2564 if(t2p->pdf_sample & T2P_SAMPLE_REALIZE_PALETTE){ in t2p_readwrite_pdf_image()
2584 if(t2p->pdf_sample & T2P_SAMPLE_RGBA_TO_RGB){ in t2p_readwrite_pdf_image()
2590 if(t2p->pdf_sample & T2P_SAMPLE_RGBAA_TO_RGB){ in t2p_readwrite_pdf_image()
2596 if(t2p->pdf_sample & T2P_SAMPLE_YCBCR_TO_RGB){ in t2p_readwrite_pdf_image()
2630 if(t2p->pdf_sample & T2P_SAMPLE_LAB_SIGNED_TO_UNSIGNED){ in t2p_readwrite_pdf_image()
2932 if(t2p->pdf_sample==T2P_SAMPLE_NOTHING){ in t2p_readwrite_pdf_image_tile()
2961 if(t2p->pdf_sample == T2P_SAMPLE_PLANAR_SEPARATE_TO_CONTIG){ in t2p_readwrite_pdf_image_tile()
3041 if(t2p->pdf_sample & T2P_SAMPLE_RGBA_TO_RGB){ in t2p_readwrite_pdf_image_tile()
3048 if(t2p->pdf_sample & T2P_SAMPLE_RGBAA_TO_RGB){ in t2p_readwrite_pdf_image_tile()
3055 if(t2p->pdf_sample & T2P_SAMPLE_YCBCR_TO_RGB){ in t2p_readwrite_pdf_image_tile()
3064 if(t2p->pdf_sample & T2P_SAMPLE_LAB_SIGNED_TO_UNSIGNED){ in t2p_readwrite_pdf_image_tile()