Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsxform.c803 …mInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
804 …tput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
857 …Input = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
858 …put = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
1325 …= _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
1326 … _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
Dcmspack.c3012 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockInputFormatter()
3166 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockOutputFormatter()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h360 #define CMS_PACK_FLAGS_16BITS 0x0000 macro