Searched refs:CMS_PACK_FLAGS_FLOAT (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsxform.c | 624 …oat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform() 625 …t = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform() 639 …oat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform() 640 …t = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat; in AllocEmptyTransform()
|
D | cmspack.c | 3042 case CMS_PACK_FLAGS_FLOAT: { in _cmsGetStockInputFormatter() 3197 case CMS_PACK_FLAGS_FLOAT: { in _cmsGetStockOutputFormatter()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2_plugin.h | 361 #define CMS_PACK_FLAGS_FLOAT 0x0001 macro
|