Home
last modified time | relevance | path

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

/external/pdfium/third_party/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.c3035 fr.Fmt16 = f ->Frm; in _cmsGetStockInputFormatter()
3058 fr.Fmt16 = NULL; in _cmsGetStockInputFormatter()
3190 fr.Fmt16 = f ->Frm; in _cmsGetStockOutputFormatter()
3214 fr.Fmt16 = NULL; in _cmsGetStockOutputFormatter()
3320 if (fn.Fmt16 != NULL) return fn; in _cmsGetFormatter()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h355 cmsFormatter16 Fmt16; member