Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c2477 cmsUInt32Number offsetMat; // Offset to matrix in Type_LUTA2B_Read() local
2492 if (!_cmsReadUInt32Number(io, &offsetMat)) return NULL; in Type_LUTA2B_Read()
2519 if (offsetMat != 0) { in Type_LUTA2B_Read()
2520 … if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadMatrix(self, io, BaseOffset + offsetMat))) in Type_LUTA2B_Read()
2686 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local
2740 offsetMat = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2755 if (!_cmsWriteUInt32Number(io, offsetMat)) return FALSE; in Type_LUTA2B_Write()
2796 cmsUInt32Number offsetMat; // Offset to matrix in Type_LUTB2A_Read() local
2815 if (!_cmsReadUInt32Number(io, &offsetMat)) return NULL; in Type_LUTB2A_Read()
2829 if (offsetMat != 0) { in Type_LUTB2A_Read()
[all …]