Searched refs:cmsStageAllocMatrix (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsio1.c | 185 …if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, OneToThreeInputM… in BuildGrayInputMatrixPipeline() 197 …!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, GrayInputMatrix, NUL… in BuildGrayInputMatrixPipeline() 245 …!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &… in BuildRGBInputMatrixShaper() 438 …if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickLstarMatrix,… in BuildGrayOutputPipeline() 442 …if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickYMatrix, NUL… in BuildGrayOutputPipeline() 509 …if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number… in BuildRGBOutputMatrixShaper()
|
D | cmslut.c | 379 cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Numbe… in cmsStageAllocMatrix() function 1023 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V2ToV4, NULL); in _cmsStageAllocLabV2ToV4() 1039 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V4ToV2, NULL); in _cmsStageAllocLabV4ToV2() 1066 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); in _cmsStageNormalizeFromLabFloat() 1084 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); in _cmsStageNormalizeFromXyzFloat() 1105 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); in _cmsStageNormalizeToLabFloat() 1122 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); in _cmsStageNormalizeToXyzFloat()
|
D | cmscnvrt.c | 447 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion() 453 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion() 473 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion() 481 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion()
|
D | cmsopt.c | 230 …cmsStage* Multmat = cmsStageAllocMatrix(Lut->ContextID, 3, 3, (const cmsFloat64Number*) &res, NULL… in _MultiplyMatrix() 1743 …if (!cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(Dest->ContextID, 3, 3, (const cms… in OptimizeMatrixShaper()
|
D | cmstypes.c | 1788 …if (!cmsPipelineInsertStage(NewLUT, cmsAT_BEGIN, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matri… in Type_LUT8_Read() 2081 …if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matrix,… in Type_LUT16_Read() 2317 Mat = cmsStageAllocMatrix(self ->ContextID, 3, 3, dMat, dOff); in ReadMatrix() 4255 mpe = cmsStageAllocMatrix(self ->ContextID, OutputChans, InputChans, Matrix, Offsets); in Type_MPEmatrix_Read()
|
/external/pdfium/third_party/lcms/ |
D | README.pdfium | 26 0015-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix.
|
D | 0015-cmsStageAllocMatrix-param-swap.patch | 5 @@ -414,13 +414,13 @@ cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Numbe…
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1224 CMSAPI cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, …
|