Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsxform.c627 …oat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform()
628 …t = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform()
642 …oat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform()
643 …t = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform()
Dcmspack.c3042 case CMS_PACK_FLAGS_FLOAT: { in _cmsGetStockInputFormatter()
3197 case CMS_PACK_FLAGS_FLOAT: { in _cmsGetStockOutputFormatter()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h361 #define CMS_PACK_FLAGS_FLOAT 0x0001 macro