Home | History | Annotate | Download | only in src

Lines Matching refs:FromInput

295         accum  = p -> FromInput(p, wIn, accum, Stride);
318 accum = p -> FromInput(p, wIn, accum, Stride);
365 accum = p -> FromInput(p, wIn, accum, Stride);
397 accum = p -> FromInput(p, wIn, accum, Stride);
442 accum = p -> FromInput(p, wIn, accum, Stride);
570 void CMSEXPORT _cmsGetTransformFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput)
573 if (FromInput) *FromInput = CMMcargo ->FromInput;
577 void CMSEXPORT _cmsGetTransformFormattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput)
580 if (FromInput) *FromInput = CMMcargo ->FromInputFloat;
622 p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
663 p ->FromInput = p ->ToOutput = NULL;
670 p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
673 if (p ->FromInput == NULL || p ->ToOutput == NULL) {
1108 cmsFormatter16 FromInput, ToOutput;
1118 FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
1121 if (FromInput == NULL || ToOutput == NULL) {
1129 xform ->FromInput = FromInput;