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

  /external/pdfium/core/src/fxcodec/lcms2/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...]
cmslut.c 156 // Type cmsSigCurveSetElemType (curves)
247 // Curves == NULL forces identity curves
248 cmsStage* CMSEXPORT cmsStageAllocToneCurves(cmsContext ContextID, cmsUInt32Number nChannels, cmsToneCurve* const Curves[])
276 if (Curves == NULL) {
280 NewElem ->TheCurves[i] = cmsDupToneCurve(Curves[i]);
294 // Create a bunch of identity curves
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 554 milliseconds