Lines Matching refs:Table
548 // Allocates a 16-bit multidimensional CLUT. This is evaluated at 16-bit precision. Table may have different
554 const cmsUInt16Number* Table)
595 if (Table != NULL) {
597 NewElem ->Tab.T[i] = Table[i];
614 const cmsUInt16Number* Table)
623 return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table);
631 const cmsFloat32Number* Table)
640 return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table);
645 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table)
686 if (Table != NULL) {
688 NewElem ->Tab.TFloat[i] = Table[i];