Searched refs:Fmt16 (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 622 … = _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()
|
D | cmspack.c | 3035 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/ |
D | lcms2_plugin.h | 355 cmsFormatter16 Fmt16; member
|