Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c5024 float Y_G=0.0; in t2p_write_pdf_xobject_calcs() local
5066 Y_G = ((0.0F-(y_g))/G) * ((x_r-x_b)*y_w - (x_w-x_b)*y_r + (x_w-x_r)*y_b) / z_w; in t2p_write_pdf_xobject_calcs()
5067 X_G = Y_G * x_g / y_g; in t2p_write_pdf_xobject_calcs()
5068 Z_G = Y_G * (((1-x_g)/y_g)-1); in t2p_write_pdf_xobject_calcs()
5073 Y_W = (Y_R * R) + (Y_G * G) + (Y_B * B); in t2p_write_pdf_xobject_calcs()
5095 X_G, Y_G, Z_G, in t2p_write_pdf_xobject_calcs()