Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmspack.c3224 for (entry = head->FactoryList; in DupFormatterFactoryList()
3240 if (newHead.FactoryList == NULL) in DupFormatterFactoryList()
3241 newHead.FactoryList = newEntry; in DupFormatterFactoryList()
3276 ctx ->FactoryList = NULL; in _cmsRegisterFormattersPlugin()
3285 fl ->Next = ctx -> FactoryList; in _cmsRegisterFormattersPlugin()
3286 ctx ->FactoryList = fl; in _cmsRegisterFormattersPlugin()
3299 for (f =ctx->FactoryList; f != NULL; f = f ->Next) { in _cmsGetFormatter()
Dlcms2_internal.h600 struct _cms_formatters_factory_list* FactoryList; member