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

  /external/pdfium/third_party/lcms/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
433 // Try to see if the curves of a given MPE are linear
437 cmsToneCurve** Curves;
440 Curves = _cmsStageGetPtrToCurveSet(mpe);
441 if (Curves == NULL) return FALSE;
446 if (!cmsIsToneCurveLinear(Curves[i])) return FALSE;
577 // We need to interpolate white points of both, pre and post curves
    [all...]
cmstypes.c     [all...]

Completed in 48 milliseconds