Home
last modified time | relevance | path

Searched refs:cmsFormatterAlphaFn (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms/
D0030-const-data.patch7 cmsFormatterAlphaFn _cmsGetFormatterAlpha(cmsContext id, cmsUInt32Number in, cmsUInt32Number out)
9 -static cmsFormatterAlphaFn FormattersAlpha[5][5] = {
10 +static const cmsFormatterAlphaFn FormattersAlpha[5][5] = {
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c59 typedef void(*cmsFormatterAlphaFn)(void* dst, const void* src); typedef
294 cmsFormatterAlphaFn _cmsGetFormatterAlpha(cmsContext id, cmsUInt32Number in, cmsUInt32Number out) in _cmsGetFormatterAlpha()
296 static const cmsFormatterAlphaFn FormattersAlpha[5][5] = { in _cmsGetFormatterAlpha()
464 cmsFormatterAlphaFn copyValueFn; in _cmsHandleExtraChannels()