Searched refs:AllocElem (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 4855 cmsBool AllocElem(cmsContext ContextID, _cmsDICelem* e, cmsUInt32Number Count) in AllocElem() function 4899 if (!AllocElem(ContextID, &a ->Name, Count)) goto Error; in AllocArray() 4900 if (!AllocElem(ContextID, &a ->Value, Count)) goto Error; in AllocArray() 4903 if (!AllocElem(ContextID, &a -> DisplayName, Count)) goto Error; in AllocArray() 4907 if (!AllocElem(ContextID, &a ->DisplayValue, Count)) goto Error; in AllocArray()
|