HomeSort by relevance Sort by last modified time
    Searched refs:Curves (Results 1 - 5 of 5) 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...]
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/boringssl/src/ssl/test/runner/
handshake_server.go 451 Curves:
457 break Curves
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 239 milliseconds