Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsxform.c266 accum = p->FromInputFloat(p, fIn, accum, Stride->BytesPerPlaneIn); in FloatXFORM()
330 accum = p->FromInputFloat(p, fIn, accum, Stride ->BytesPerPlaneIn); in NullFloatXFORM()
748 if (FromInput) *FromInput = CMMcargo ->FromInputFloat; in _cmsGetTransformFormattersFloat()
797 …p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FL… in AllocEmptyTransform()
818 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform()
822 if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) { in AllocEmptyTransform()
Dlcms2_internal.h976 cmsFormatterFloat FromInputFloat; member
/external/pdfium/third_party/lcms/
D0011-memory-leak-AllocEmptyTransform.patch18 if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) {