Home
last modified time | relevance | path

Searched refs:ReadPositionTable (Results 1 – 3 of 3) 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;
D0024-verify-size-before-reading.patch5 @@ -173,6 +173,12 @@ cmsBool ReadPositionTable(struct _cms_typehandler_struct* self,
/external/pdfium/third_party/lcms/src/
Dcmstypes.c167 cmsBool ReadPositionTable(struct _cms_typehandler_struct* self, in ReadPositionTable() function
3426 if (!ReadPositionTable(self, io, Count, BaseOffset, OutSeq, ReadSeqID)) { in Type_ProfileSequenceId_Read()
4068 if (ReadPositionTable(self, io, InputChans, BaseOffset, GammaTables, ReadMPECurve)) { in Type_MPEcurve_Read()
4474 if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error; in Type_MPE_Read()