Lines Matching refs:InputFormat
757 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform() argument
779 …f (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, … in AllocEmptyTransform()
788 p->InputFormat = *InputFormat; in AllocEmptyTransform()
795 …p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS)… in AllocEmptyTransform()
797 …p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FL… in AllocEmptyTransform()
811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform()
815 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform()
818 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
841 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform()
849 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform()
859 BytesPerPixelInput = T_BYTES(p ->InputFormat); in AllocEmptyTransform()
888 p ->InputFormat = *InputFormat; in AllocEmptyTransform()
1008 cmsUInt32Number InputFormat, in cmsCreateExtendedTransform() argument
1021 …return AllocEmptyTransform(ContextID, NULL, INTENT_PERCEPTUAL, &InputFormat, &OutputFormat, &dwFla… in cmsCreateExtendedTransform()
1030 if (_cmsFormatterIsFloat(InputFormat) || _cmsFormatterIsFloat(OutputFormat)) in cmsCreateExtendedTransform()
1040 if (!IsProperColorSpace(EntryColorSpace, InputFormat)) { in cmsCreateExtendedTransform()
1067 xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags); in cmsCreateExtendedTransform()
1145 cmsUInt32Number InputFormat, in cmsCreateMultiprofileTransformTHR() argument
1167 …textID, nProfiles, hProfiles, BPC, Intents, AdaptationStates, NULL, 0, InputFormat, OutputFormat, … in cmsCreateMultiprofileTransformTHR()
1174 cmsUInt32Number InputFormat, in cmsCreateMultiprofileTransform() argument
1188 InputFormat, in cmsCreateMultiprofileTransform()
1196 cmsUInt32Number InputFormat, in cmsCreateTransformTHR() argument
1208 …return cmsCreateMultiprofileTransformTHR(ContextID, hArray, Output == NULL ? 1 : 2, InputFormat, O… in cmsCreateTransformTHR()
1212 cmsUInt32Number InputFormat, in cmsCreateTransform() argument
1218 …return cmsCreateTransformTHR(cmsGetProfileContextID(Input), Input, InputFormat, Output, OutputForm… in cmsCreateTransform()
1224 cmsUInt32Number InputFormat, in cmsCreateProofingTransformTHR() argument
1246 …return cmsCreateTransformTHR(ContextID, InputProfile, InputFormat, OutputProfile, OutputFormat, nI… in cmsCreateProofingTransformTHR()
1249 ProofingProfile, 1, InputFormat, OutputFormat, dwFlags); in cmsCreateProofingTransformTHR()
1255 cmsUInt32Number InputFormat, in cmsCreateProofingTransform() argument
1265 InputFormat, in cmsCreateProofingTransform()
1290 return xform->InputFormat; in cmsGetTransformInputFormat()
1303 cmsUInt32Number InputFormat, in cmsChangeBuffersFormat() argument
1317 …FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16B… in cmsChangeBuffersFormat()
1326 xform ->InputFormat = InputFormat; in cmsChangeBuffersFormat()