Home | History | Annotate | Download | only in src

Lines Matching refs:ToOutput

296         output = p -> ToOutput(p, wIn, output, Stride);
320 output = p -> ToOutput(p, wOut, output, Stride);
367 output = p -> ToOutput(p, wOut, output, Stride);
411 output = p -> ToOutput(p, wOut, output, Stride);
453 output = p -> ToOutput(p, wOut, output, Stride);
570 void CMSEXPORT _cmsGetTransformFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput)
574 if (ToOutput) *ToOutput = CMMcargo ->ToOutput;
577 void CMSEXPORT _cmsGetTransformFormattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput)
581 if (ToOutput) *ToOutput = CMMcargo ->ToOutputFloat;
623 p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
663 p ->FromInput = p ->ToOutput = NULL;
671 p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
673 if (p ->FromInput == NULL || p ->ToOutput == NULL) {
1108 cmsFormatter16 FromInput, ToOutput;
1119 ToOutput = _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
1121 if (FromInput == NULL || ToOutput == NULL) {
1130 xform ->ToOutput = ToOutput;