Home | History | Annotate | Download | only in src

Lines Matching full:contextid

831     cmsToneCurve* ExtractGray2Y(cmsContext ContextID, cmsHPROFILE hProfile, int Intent)
833 cmsToneCurve* Out = cmsBuildTabulatedToneCurve16(ContextID, 256, NULL);
835 cmsHTRANSFORM xform = cmsCreateTransformTHR(ContextID, hProfile, TYPE_GRAY_8, hXYZ, TYPE_XYZ_DBL, Intent, cmsFLAGS_NOOPTIMIZE);
881 hLab = cmsCreateLab4ProfileTHR(m ->ContextID, NULL);
891 cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Cannot create transform Profile -> Lab");
900 cmsToneCurve* Gray2Y = ExtractGray2Y(m ->ContextID, hProfile, Intent);
916 _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
926 cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Only 3, 4 channels supported for CSA. This profile has %d channels.", nChannels);
982 cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Profile is not suitable for CSA. Unsupported colorspace.");
1003 hLab = cmsCreateLab4ProfileTHR(m ->ContextID, NULL);
1044 cmsUInt32Number GenerateCSA(cmsContext ContextID,
1070 cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "Invalid output color space");
1295 hLab = cmsCreateLab4ProfileTHR(m ->ContextID, NULL);
1314 xform = cmsCreateMultiprofileTransformTHR(m ->ContextID,
1321 cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Cannot create transform Lab -> Profile in CRD creation");
1333 _cmsOptimizePipeline(m->ContextID, &DeviceLink, RelativeEncodingIntent, &InFrm, &OutputFormat, &dwFlags);
1472 cmsUInt32Number GenerateCRD(cmsContext ContextID,
1513 cmsUNUSED_PARAMETER(ContextID);
1519 cmsUInt32Number CMSEXPORT cmsGetPostScriptColorResource(cmsContext ContextID,
1532 rc = GenerateCSA(ContextID, hProfile, Intent, dwFlags, io);
1537 rc = GenerateCRD(ContextID, hProfile, Intent, dwFlags, io);
1546 cmsUInt32Number CMSEXPORT cmsGetPostScriptCRD(cmsContext ContextID,
1556 mem = cmsOpenIOhandlerFromNULL(ContextID);
1558 mem = cmsOpenIOhandlerFromMem(ContextID, Buffer, dwBufferLen, "w");
1562 dwBytesUsed = cmsGetPostScriptColorResource(ContextID, cmsPS_RESOURCE_CRD, hProfile, Intent, dwFlags, mem);
1573 cmsUInt32Number CMSEXPORT cmsGetPostScriptCSA(cmsContext ContextID,
1584 mem = cmsOpenIOhandlerFromNULL(ContextID);
1586 mem = cmsOpenIOhandlerFromMem(ContextID, Buffer, dwBufferLen, "w");
1590 dwBytesUsed = cmsGetPostScriptColorResource(ContextID, cmsPS_RESOURCE_CSA, hProfile, Intent, dwFlags, mem);