Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c3237 cmsSEQ* OutSeq; in Type_ProfileSequenceDesc_Read() local
3248 OutSeq = cmsAllocProfileSequenceDescription(self ->ContextID, Count); in Type_ProfileSequenceDesc_Read()
3249 if (OutSeq == NULL) return NULL; in Type_ProfileSequenceDesc_Read()
3251 OutSeq ->n = Count; in Type_ProfileSequenceDesc_Read()
3257 cmsPSEQDESC* sec = &OutSeq -> seq[i]; in Type_ProfileSequenceDesc_Read()
3280 return OutSeq; in Type_ProfileSequenceDesc_Read()
3283 cmsFreeProfileSequenceDescription(OutSeq); in Type_ProfileSequenceDesc_Read()
3369 cmsSEQ* OutSeq = (cmsSEQ*) Cargo; in ReadSeqID() local
3370 cmsPSEQDESC* seq = &OutSeq ->seq[n]; in ReadSeqID()
3383 cmsSEQ* OutSeq; in Type_ProfileSequenceId_Read() local
[all …]