HomeSort by relevance Sort by last modified time
    Searched refs:_cmsComputeInterpParams (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 774 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
    [all...]
cmsgamma.c 281 p ->SegInterp[i] = _cmsComputeInterpParams(ContextID, Segments[i].nGridPoints, 1, 1, NULL, CMS_LERP_FLAGS_FLOAT);
297 p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLAGS_16BITS);
    [all...]
cmsintrp.c 154 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags)
    [all...]

Completed in 149 milliseconds