OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cmsComputeInterpParams
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
lcms2_internal.h
761
cmsInterpParams*
_cmsComputeInterpParams
(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
[
all
...]
cmsgamma.c
282
p ->SegInterp[i] =
_cmsComputeInterpParams
(ContextID, Segments[i].nGridPoints, 1, 1, NULL, CMS_LERP_FLAGS_FLOAT);
298
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 443 milliseconds