Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsxform.c296 output = p->ToOutputFloat(p, fOut, output, Stride->BytesPerPlaneOut); in FloatXFORM()
334 output = p->ToOutputFloat(p, fIn, output, Stride->BytesPerPlaneOut); in NullFloatXFORM()
757 if (ToOutput) *ToOutput = CMMcargo ->ToOutputFloat; in _cmsGetTransformFormattersFloat()
806 …p->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_F… in AllocEmptyTransform()
827 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
830 if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) { in AllocEmptyTransform()
Dlcms2_internal.h1029 cmsFormatterFloat ToOutputFloat; member