Searched refs:FromInputFloat (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsxform.c | 220 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()
|
D | lcms2_internal.h | 961 cmsFormatterFloat FromInputFloat; member
|