Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c5054 cmsMLU *DisplayNameMLU = NULL, *DisplayValueMLU=NULL; in Type_Dictionary_Read() local
5097 if (!ReadOneMLUC(self, io, &a.DisplayValue, i, &DisplayValueMLU)) goto Error; in Type_Dictionary_Read()
5107 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()
5113 if (DisplayValueMLU != NULL) cmsMLUfree(DisplayValueMLU); in Type_Dictionary_Read()