cmsStageAllocMatrix 1222 include/lcms2.h CMSAPI cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols, const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset); cmsStageAllocMatrix 446 src/cmscnvrt.c !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl))) cmsStageAllocMatrix 452 src/cmscnvrt.c !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl))) cmsStageAllocMatrix 472 src/cmscnvrt.c !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl))) cmsStageAllocMatrix 480 src/cmscnvrt.c !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)) || cmsStageAllocMatrix 185 src/cmsio1.c if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, OneToThreeInputMatrix, NULL)) || cmsStageAllocMatrix 197 src/cmsio1.c !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, GrayInputMatrix, NULL))) cmsStageAllocMatrix 241 src/cmsio1.c !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &Mat, NULL))) cmsStageAllocMatrix 434 src/cmsio1.c if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickLstarMatrix, NULL))) cmsStageAllocMatrix 438 src/cmsio1.c if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickYMatrix, NULL))) cmsStageAllocMatrix 505 src/cmsio1.c if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &Inv, NULL)) || cmsStageAllocMatrix 1023 src/cmslut.c cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V2ToV4, NULL); cmsStageAllocMatrix 1039 src/cmslut.c cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V4ToV2, NULL); cmsStageAllocMatrix 1066 src/cmslut.c cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); cmsStageAllocMatrix 1084 src/cmslut.c cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); cmsStageAllocMatrix 1105 src/cmslut.c cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); cmsStageAllocMatrix 1122 src/cmslut.c cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); cmsStageAllocMatrix 231 src/cmsopt.c cmsStage* Multmat = cmsStageAllocMatrix(Lut->ContextID, 3, 3, (const cmsFloat64Number*) &res, NULL); cmsStageAllocMatrix 1707 src/cmsopt.c if (!cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(Dest->ContextID, 3, 3, (const cmsFloat64Number*)&res, Offset))) cmsStageAllocMatrix 1774 src/cmstypes.c if (!cmsPipelineInsertStage(NewLUT, cmsAT_BEGIN, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matrix, NULL))) cmsStageAllocMatrix 2067 src/cmstypes.c if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matrix, NULL))) cmsStageAllocMatrix 2303 src/cmstypes.c Mat = cmsStageAllocMatrix(self ->ContextID, 3, 3, dMat, dOff); cmsStageAllocMatrix 4212 src/cmstypes.c mpe = cmsStageAllocMatrix(self ->ContextID, OutputChans, InputChans, Matrix, Offsets); cmsStageAllocMatrix 3134 testbed/testcms2.c cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocMatrix(DbgThread(), 3, 3, Identity, NULL)); cmsStageAllocMatrix 7277 testbed/testcms2.c cmsPipelineInsertStage( forward, cmsAT_END, cmsStageAllocMatrix( ctx, 3, 3, (cmsFloat64Number*)&identity, (cmsFloat64Number*)&zero)); cmsStageAllocMatrix 7283 testbed/testcms2.c cmsPipelineInsertStage( reverse, cmsAT_END, cmsStageAllocMatrix( ctx, 3, 3, (cmsFloat64Number*)&identity, (cmsFloat64Number*)&zero));