Lines Matching refs:FromInput
295 accum = p -> FromInput(p, wIn, accum, Stride); in NullXFORM()
318 accum = p -> FromInput(p, wIn, accum, Stride); in PrecalculatedXFORM()
365 accum = p -> FromInput(p, wIn, accum, Stride); in PrecalculatedXFORMGamutCheck()
397 accum = p -> FromInput(p, wIn, accum, Stride); in CachedXFORM()
442 accum = p -> FromInput(p, wIn, accum, Stride); in CachedXFORMGamutCheck()
570 …formFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16*… in _cmsGetTransformFormatters16() argument
573 if (FromInput) *FromInput = CMMcargo ->FromInput; in _cmsGetTransformFormatters16()
577 …rmattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFlo… in _cmsGetTransformFormattersFloat() argument
580 if (FromInput) *FromInput = CMMcargo ->FromInputFloat; in _cmsGetTransformFormattersFloat()
622 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
663 p ->FromInput = p ->ToOutput = NULL; in AllocEmptyTransform()
670 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform()
673 if (p ->FromInput == NULL || p ->ToOutput == NULL) { in AllocEmptyTransform()
1108 cmsFormatter16 FromInput, ToOutput; in cmsChangeBuffersFormat() local
1118 …FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16B… in cmsChangeBuffersFormat()
1121 if (FromInput == NULL || ToOutput == NULL) { in cmsChangeBuffersFormat()
1129 xform ->FromInput = FromInput; in cmsChangeBuffersFormat()