Home
last modified time | relevance | path

Searched refs:FromInputFloat (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsxform.c220 accum = p -> FromInputFloat(p, fIn, accum, Stride); in FloatXFORM()
271 accum = p -> FromInputFloat(p, fIn, accum, Stride); in NullFloatXFORM()
580 if (FromInput) *FromInput = CMMcargo ->FromInputFloat; in _cmsGetTransformFormattersFloat()
624 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
639 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
643 if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) { in AllocEmptyTransform()
Dlcms2_internal.h961 cmsFormatterFloat FromInputFloat; member