Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsxform.c623 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
625 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
640 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
671 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BI… in AllocEmptyTransform()
1119 …ToOutput = _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16… in cmsChangeBuffersFormat()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h363 typedef enum { cmsFormatterInput=0, cmsFormatterOutput=1 } cmsFormatterDirection; enumerator