Home | History | Annotate | Download | only in xcms

Lines Matching refs:ccc

60     XcmsCCC ccc,
64 * Sets the Client White Point in the specified CCC.
72 ccc->clientWhitePt.format = XcmsUndefinedFormat;
78 memcpy((char *)&ccc->clientWhitePt, (char *)pColor, sizeof(XcmsColor));
94 XcmsCCC ccc,
99 * Set the specified CCC's compression function and client data.
106 XcmsCompressionProc old = ccc->gamutCompProc;
108 ccc->gamutCompProc = compression_proc;
109 ccc->gamutCompClientData = client_data;
124 XcmsCCC ccc,
129 * Set the specified CCC's white_adjust function and client data.
136 XcmsWhiteAdjustProc old = ccc->whitePtAdjProc;
138 ccc->whitePtAdjProc = white_adjust_proc;
139 ccc->whitePtAdjClientData = client_data;