Home | History | Annotate | Download | only in src

Lines Matching refs:FromInput

367                   accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
404 accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
465 accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
510 accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
565 accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
738 void CMSEXPORT _cmsGetTransformFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput)
741 if (FromInput) *FromInput = CMMcargo ->FromInput;
745 void CMSEXPORT _cmsGetTransformFormattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput)
748 if (FromInput) *FromInput = CMMcargo ->FromInputFloat;
795 p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
842 p ->FromInput = p ->ToOutput = NULL;
849 p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
852 if (p ->FromInput == NULL || p ->ToOutput == NULL) {
1307 cmsFormatter16 FromInput, ToOutput;
1317 FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
1320 if (FromInput == NULL || ToOutput == NULL) {
1328 xform ->FromInput = FromInput;