Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsxform.c622 … = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
623 … = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
670 …Input = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
671 …put = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
1118 …= _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
1119 … _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
Dcmspack.c3030 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockInputFormatter()
3184 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockOutputFormatter()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2_plugin.h360 #define CMS_PACK_FLAGS_16BITS 0x0000 macro