Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0025-upstream-direct-leak-Type_MPE_Read.patch11 - if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) {
17 + if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error;
/external/pdfium/third_party/lcms/src/
Dcmstypes.c4402 cmsBool ReadMPEElem(struct _cms_typehandler_struct* self, in ReadMPEElem() function
4474 if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error; in Type_MPE_Read()