Home
last modified time | relevance | path

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

/external/pdfium/third_party/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()
627 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
642 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
646 if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) { in AllocEmptyTransform()
Dlcms2_internal.h961 cmsFormatterFloat FromInputFloat; member
/external/pdfium/third_party/lcms2-2.6/
D0005-memory-leak-AllocEmptyTransform.patch18 if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) {