Searched refs:AllocElem (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmstypes.c | 4844 cmsBool AllocElem(cmsContext ContextID, _cmsDICelem* e, cmsUInt32Number Count) in AllocElem() function 4888 if (!AllocElem(ContextID, &a ->Name, Count)) goto Error; in AllocArray() 4889 if (!AllocElem(ContextID, &a ->Value, Count)) goto Error; in AllocArray() 4892 if (!AllocElem(ContextID, &a -> DisplayName, Count)) goto Error; in AllocArray() 4896 if (!AllocElem(ContextID, &a ->DisplayValue, Count)) goto Error; in AllocArray()
|