Home | History | Annotate | Download | only in dib

Lines Matching refs:FXSYS_GetYValue

18     y = FXSYS_GetYValue(cmyk);

468 AdobeCMYK_to_sRGB1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color),
1209 dest_scan[dest_pos + 2] = FXSYS_GetYValue(cmyk);
1242 fy = FXSYS_GetYValue(forecolor);
1246 by = FXSYS_GetYValue(backcolor);
1271 AdobeCMYK_to_sRGB1(FXSYS_GetCValue(m_pPalette[i]), FXSYS_GetMValue(m_pPalette[i]), FXSYS_GetYValue(m_pPalette[i]), FXSYS_GetKValue(m_pPalette[i]),