Home
last modified time | relevance | path

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

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