Searched refs:cmsMLU (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsnamed.c62 cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems)
64 cmsMLU* mlu;
70 mlu = (cmsMLU*) _cmsMallocZero(ContextID, sizeof(cmsMLU));
92 cmsBool GrowMLUpool(cmsMLU* mlu)
122 cmsBool GrowMLUtable(cmsMLU* mlu)
148 int SearchMLUEntry(cmsMLU* mlu, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode)
169 cmsBool AddMLUBlock(cmsMLU* mlu, cmsUInt32Number size, const wchar_t *Block,
212 cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], const char* ASCIIString)
250 cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* ml
[all...]
H A Dlcms2.h1249 typedef struct _cms_MLU_struct cmsMLU; typedef in typeref:struct:_cms_MLU_struct
1254 CMSAPI cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems);
1255 CMSAPI void CMSEXPORT cmsMLUfree(cmsMLU* mlu);
1256 CMSAPI cmsMLU* CMSEXPORT cmsMLUdup(const cmsMLU* mlu);
1258 CMSAPI cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu,
1261 CMSAPI cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu,
1265 CMSAPI cmsUInt32Number CMSEXPORT cmsMLUgetASCII(const cmsMLU* mlu,
1269 CMSAPI cmsUInt32Number CMSEXPORT cmsMLUgetWide(const cmsMLU* mlu,
1273 CMSAPI cmsBool CMSEXPORT cmsMLUgetTranslation(const cmsMLU* ml
[all...]
H A Dcmsio1.c915 cmsMLU* GetMLUFromProfile(cmsHPROFILE h, cmsTagSignature sig)
917 cmsMLU* mlu = (cmsMLU*) cmsReadTag(h, sig);
961 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info)
987 return (cmsMLU*) cmsReadTag(hProfile, sig);
996 const cmsMLU* mlu = GetInfo(hProfile, Info);
1007 const cmsMLU* mlu = GetInfo(hProfile, Info);
H A Dcmstypes.c729 cmsMLU* mlu = NULL;
768 cmsMLU* mlu = (cmsMLU*) Ptr;
793 return (void*) cmsMLUdup((cmsMLU*) Ptr);
803 cmsMLU* mlu = (cmsMLU*) Ptr;
899 cmsMLU* mlu = NULL;
981 cmsMLU* mlu = (cmsMLU*) Ptr;
1070 return (void*) cmsMLUdup((cmsMLU*) Pt
[all...]
H A Dcmsps2.c378 cmsMLU *Description, *Copyright;
383 Description = (cmsMLU*) cmsReadTag(hProfile, cmsSigProfileDescriptionTag);
384 Copyright = (cmsMLU*) cmsReadTag(hProfile, cmsSigCopyrightTag);
H A Dcmsvirt.c64 cmsMLU *DescriptionMLU, *CopyrightMLU;

Completed in 72 milliseconds