Home
last modified time | relevance | path

Searched defs:_cms_interp_struc (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h285 typedef struct _cms_interp_struc { // Used on all interpolations. Supplied by lcms2 when calling t… struct
287 cmsContext ContextID; // The calling thread
289 cmsUInt32Number dwFlags; // Keep original flags
290 cmsUInt32Number nInputs; // != 1 only in 3D interpolation
291 cmsUInt32Number nOutputs; // != 1 only in 3D interpolation
293 cmsUInt32Number nSamples[MAX_INPUT_DIMENSIONS]; // Valid on all kinds of tables
294 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1
296 …UT_DIMENSIONS]; // Optimization for 3D CLUT. This is the number of nodes premultiplied for each
300 const void *Table; // Points to the actual interpolation table
301 cmsInterpFunction Interpolation; // Points to the function to do the interpolation