Home | History | Annotate | Download | only in src

Lines Matching defs:ToOutput

368                   output = p->ToOutput(p, wIn, output, Stride->BytesPerPlaneOut);
406 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut);
467 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut);
523 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut);
578 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut);
738 void CMSEXPORT _cmsGetTransformFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput)
742 if (ToOutput) *ToOutput = CMMcargo ->ToOutput;
745 void CMSEXPORT _cmsGetTransformFormattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput)
749 if (ToOutput) *ToOutput = CMMcargo ->ToOutputFloat;
796 p->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
842 p ->FromInput = p ->ToOutput = NULL;
850 p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
852 if (p ->FromInput == NULL || p ->ToOutput == NULL) {
1307 cmsFormatter16 FromInput, ToOutput;
1318 ToOutput = _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
1320 if (FromInput == NULL || ToOutput == NULL) {
1329 xform ->ToOutput = ToOutput;