Lines Matching refs:OutputFormat
589 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in AllocEmptyTransform() argument
606 …actory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) { in AllocEmptyTransform()
616 p ->OutputFormat = *OutputFormat; in AllocEmptyTransform()
623 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
625 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform()
636 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform()
640 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
662 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform()
671 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BI… in AllocEmptyTransform()
707 p ->OutputFormat = *OutputFormat; in AllocEmptyTransform()
809 cmsUInt32Number OutputFormat, in cmsCreateExtendedTransform() argument
821 …return AllocEmptyTransform(ContextID, NULL, INTENT_PERCEPTUAL, &InputFormat, &OutputFormat, &dwFla… in cmsCreateExtendedTransform()
830 if (_cmsFormatterIsFloat(InputFormat) || _cmsFormatterIsFloat(OutputFormat)) in cmsCreateExtendedTransform()
845 if (!IsProperColorSpace(ExitColorSpace, OutputFormat)) { in cmsCreateExtendedTransform()
867 xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags); in cmsCreateExtendedTransform()
946 cmsUInt32Number OutputFormat, in cmsCreateMultiprofileTransformTHR() argument
967 …nProfiles, hProfiles, BPC, Intents, AdaptationStates, NULL, 0, InputFormat, OutputFormat, dwFlags); in cmsCreateMultiprofileTransformTHR()
975 cmsUInt32Number OutputFormat, in cmsCreateMultiprofileTransform() argument
989 OutputFormat, in cmsCreateMultiprofileTransform()
998 cmsUInt32Number OutputFormat, in cmsCreateTransformTHR() argument
1008 …eTransformTHR(ContextID, hArray, Output == NULL ? 1 : 2, InputFormat, OutputFormat, Intent, dwFlag… in cmsCreateTransformTHR()
1014 cmsUInt32Number OutputFormat, in cmsCreateTransform() argument
1018 …ansformTHR(cmsGetProfileContextID(Input), Input, InputFormat, Output, OutputFormat, Intent, dwFlag… in cmsCreateTransform()
1026 cmsUInt32Number OutputFormat, in cmsCreateProofingTransformTHR() argument
1046 …eateTransformTHR(ContextID, InputProfile, InputFormat, OutputProfile, OutputFormat, nIntent, dwFla… in cmsCreateProofingTransformTHR()
1049 ProofingProfile, 1, InputFormat, OutputFormat, dwFlags); in cmsCreateProofingTransformTHR()
1057 cmsUInt32Number OutputFormat, in cmsCreateProofingTransform() argument
1067 OutputFormat, in cmsCreateProofingTransform()
1098 return xform->OutputFormat; in cmsGetTransformOutputFormat()
1104 cmsUInt32Number OutputFormat) in cmsChangeBuffersFormat() argument
1119 …ToOutput = _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16… in cmsChangeBuffersFormat()
1128 xform ->OutputFormat = OutputFormat; in cmsChangeBuffersFormat()