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

  /external/pdfium/third_party/lcms/src/
cmscnvrt.c 36 cmsHPROFILE hProfiles[],
49 cmsHPROFILE hProfiles[],
62 cmsHPROFILE hProfiles[],
75 cmsHPROFILE hProfiles[],
366 cmsBool ComputeConversion(int i, cmsHPROFILE hProfiles[],
385 _cmsReadMediaWhitePoint(&WhitePointIn, hProfiles[i-1]);
386 _cmsReadCHAD(&ChromaticAdaptationMatrixIn, hProfiles[i-1]);
388 _cmsReadMediaWhitePoint(&WhitePointOut, hProfiles[i]);
389 _cmsReadCHAD(&ChromaticAdaptationMatrixOut, hProfiles[i]);
403 cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0)
    [all...]
cmsgmt.c 37 const cmsHPROFILE hProfiles[],
61 ProfileList[i] = hProfiles[i];
96 const cmsHPROFILE hProfiles[],
108 xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
143 const cmsHPROFILE hProfiles[],
151 if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData ||
152 cmsGetColorSpace(hProfiles[nProfiles-1])!= cmsSigCmykData) return NULL;
156 if (cmsGetDeviceClass(hProfiles[nProfiles - 1]) != cmsSigOutputClass) return NULL;
160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
165 &hProfiles [nProfiles - 1],
    [all...]
cmsxform.c 897 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, cmsColorSpaceSignature* Output)
904 if (hProfiles[0] == NULL) return FALSE;
906 *Input = PostColorSpace = cmsGetColorSpace(hProfiles[0]);
911 cmsHPROFILE hProfile = hProfiles[i];
    [all...]
cmssamp.c 48 cmsHPROFILE hProfiles[4];
51 hProfiles[0] = hLab; hProfiles[1] = hProfile; hProfiles[2] = hProfile; hProfiles[3] = hLab;
54 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
lcms2_internal.h 888 cmsHPROFILE hProfiles[],
897 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
921 cmsHPROFILE hProfiles[],
    [all...]
cmsio1.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 455 cmsHPROFILE hProfiles[],
475 cmsHPROFILE hProfiles[],
lcms2.h     [all...]

Completed in 424 milliseconds