Searched defs:cmsStageAllocMatrix (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmslut.c406 cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols, function
1039 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V2ToV4, NULL);
1055 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V4ToV2, NULL);
1082 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1);
1100 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL);
1121 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1);
1138 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL);

Completed in 85 milliseconds