HomeSort by relevance Sort by last modified time
    Searched defs:Curves (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c 92 // Curves, optimization is shared between 8 and 16 bits
97 int nCurves; // Number of curves
98 int nElements; // Elements in curves
99 cmsUInt16Number** Curves; // Points to a dynamically allocated array
347 // Try to see if the curves of a given MPE are linear
351 cmsToneCurve** Curves;
354 Curves = _cmsStageGetPtrToCurveSet(mpe);
355 if (Curves == NULL) return FALSE;
360 if (!cmsIsToneCurveLinear(Curves[i])) return FALSE;
495 // We need to interpolate white points of both, pre and post curves
    [all...]
cmstypes.c     [all...]

Completed in 121 milliseconds