Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmspack.c3242 for (entry = head->FactoryList; in DupFormatterFactoryList()
3258 if (newHead.FactoryList == NULL) in DupFormatterFactoryList()
3259 newHead.FactoryList = newEntry; in DupFormatterFactoryList()
3294 ctx ->FactoryList = NULL; in _cmsRegisterFormattersPlugin()
3303 fl ->Next = ctx -> FactoryList; in _cmsRegisterFormattersPlugin()
3304 ctx ->FactoryList = fl; in _cmsRegisterFormattersPlugin()
3317 for (f =ctx->FactoryList; f != NULL; f = f ->Next) { in _cmsGetFormatter()
Dlcms2_internal.h535 struct _cms_formatters_factory_list* FactoryList; member