OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterpParams
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c
298
p ->
InterpParams
= _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLAGS_16BITS);
299
if (p->
InterpParams
!= NULL)
754
// Curve->
InterpParams
may be null
755
if (Curve == NULL || Curve->
InterpParams
== NULL) return;
757
ContextID = Curve ->
InterpParams
->ContextID;
759
_cmsFreeInterpParams(Curve ->
InterpParams
);
760
Curve ->
InterpParams
= NULL;
825
if (In == NULL || In ->
InterpParams
== NULL || In ->Segments == NULL || In ->Table16 == NULL) return NULL;
827
return AllocateToneCurveStruct(In ->
InterpParams
->ContextID, In ->nEntries, In ->nSegments, In ->Segments, In ->Table16);
938
GetParametricCurveByType(InCurve ->
InterpParams
->ContextID, InCurve ->Segments[0].Type, NULL) != NULL)
[
all
...]
lcms2_internal.h
774
cmsInterpParams*
InterpParams
; // Private optimizations for interpolation
[
all
...]
cmsopt.c
286
p16 -> ParamsCurveIn16[i] = In[i] ->
InterpParams
;
306
p16 ->ParamsCurveOut16[i] = Out[i] ->
InterpParams
;
[
all
...]
Completed in 102 milliseconds