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

  /external/pdfium/third_party/lcms/src/
cmsgamma.c 281 p ->SegInterp[i] = _cmsComputeInterpParams(ContextID, Segments[i].nGridPoints, 1, 1, NULL, CMS_LERP_FLAGS_FLOAT);
286 p ->Segments[i].SampledPoints = (cmsFloat32Number*) _cmsDupMem(ContextID, Segments[i].SampledPoints, sizeof(cmsFloat32Number) * Segments[i].nGridPoints);
639 int nGridPoints = 4096;
646 nGridPoints = EntriesByGamma(Segments[0].Params[0]);
649 g = AllocateToneCurveStruct(ContextID, nGridPoints, nSegments, Segments, NULL);
654 for (i=0; i < nGridPoints; i++) {
656 R = (cmsFloat64Number) i / (nGridPoints-1);
689 Seg[1].nGridPoints = nEntries;
    [all...]
cmscnvrt.c 744 cmsUInt32Number i, nGridPoints;
790 nGridPoints = _cmsReasonableGridpointsByColorspace(cmsSigCmykData, dwFlags);
793 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
    [all...]
cmsopt.c 623 // prelinearization curves, a CLUT of nGridPoints and optional postlinearization tables.
638 int nGridPoints;
652 nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags);
656 nGridPoints = 2;
696 CLUT = cmsStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChannels, NULL);
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 565 milliseconds