Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c4868 float X_W=1.0; in t2p_write_pdf_xobject_cs() local
4914 X_W = t2p->tiff_whitechromaticities[0]; in t2p_write_pdf_xobject_cs()
4916 Z_W = 1.0F - (X_W + Y_W); in t2p_write_pdf_xobject_cs()
4917 X_W /= Y_W; in t2p_write_pdf_xobject_cs()
5017 float X_W=0.0; in t2p_write_pdf_xobject_calcs() local
5045 X_W = t2p->tiff_whitechromaticities[0]; in t2p_write_pdf_xobject_calcs()
5047 Z_W = 1.0F - (X_W + Y_W); in t2p_write_pdf_xobject_calcs()
5048 X_W /= Y_W; in t2p_write_pdf_xobject_calcs()
5072 X_W = (X_R * R) + (X_G * G) + (X_B * B); in t2p_write_pdf_xobject_calcs()
5075 X_W /= Y_W; in t2p_write_pdf_xobject_calcs()
[all …]