Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmspack.c3226 for (entry = head->FactoryList; in DupFormatterFactoryList()
3242 if (newHead.FactoryList == NULL) in DupFormatterFactoryList()
3243 newHead.FactoryList = newEntry; in DupFormatterFactoryList()
3278 ctx ->FactoryList = NULL; in _cmsRegisterFormattersPlugin()
3287 fl ->Next = ctx -> FactoryList; in _cmsRegisterFormattersPlugin()
3288 ctx ->FactoryList = fl; in _cmsRegisterFormattersPlugin()
3301 for (f =ctx->FactoryList; f != NULL; f = f ->Next) { in _cmsGetFormatter()
Dlcms2_internal.h548 struct _cms_formatters_factory_list* FactoryList; member