Home | History | Annotate | Download | only in src

Lines Matching full:intents

30 // Link several profiles to obtain a single LUT modelling the whole color transform. Intents, Black point
35 cmsUInt32Number Intents[],
43 // This is the default routine for ICC-style intents. A user may decide to override it by using a plugin.
44 // Supported intents are perceptual, relative colorimetric, saturation and ICC-absolute colorimetric
48 cmsUInt32Number Intents[],
56 // This is the entry for black-preserving K-only intents, which are non-ICC. Last profile have to be a output profile
61 cmsUInt32Number Intents[],
74 cmsUInt32Number Intents[],
83 // This is a structure holding implementations for all supported intents.
94 // Built-in intents
124 for (entry = head->Intents;
140 if (newHead.Intents == NULL)
141 newHead.Intents = newEntry;
169 for (pt = ctx -> Intents; pt != NULL; pt = pt -> Next)
394 // Rest of intents may apply BPC.
518 // Default handler for ICC-style intents
659 // Black preserving intents ---------------------------------------------------------------------------------------------
661 // Translate black-preserving intents to ICC ones
711 // This is the entry for black-preserving K-only intents, which are non-ICC
731 // Translate black-preserving intents to ICC ones
923 // Translate black-preserving intents to ICC ones
1017 // rest of intents in chain. A maximum of 255 profiles at time are supported, which is pretty reasonable.
1054 // prevent using multiple custom intents in a multiintent chain, but the behaviour of
1070 // Get information about available intents. nMax is the maximum space for the supplied "Codes"
1071 // and "Descriptions" the function returns the total number of intents, which may be greater
1080 for (nIntents=0, pt = ctx->Intents; pt != NULL; pt = pt -> Next)
1113 // The plug-in registration. User can add new intents or override default routines
1120 // Do we have to reset the custom intents?
1123 ctx->Intents = NULL;
1137 fl ->Next = ctx ->Intents;
1138 ctx ->Intents = fl;