Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsmtrx.c98 cmsBool CMSEXPORT _cmsMAT3isIdentity(const cmsMAT3* a) in _cmsMAT3isIdentity() function
Dcmsopt.c1743 if (_cmsMAT3isIdentity(&res) && Offset == NULL) { in OptimizeMatrixShaper()
1764 if (_cmsMAT3isIdentity(&res) && Offset == NULL) { in OptimizeMatrixShaper()
Dcmscnvrt.c321 if (_cmsMAT3isIdentity(&Scale) && fabs(TempSrc - TempDest) < 0.01) { in ComputeAbsoluteIntent()
Dcmstypes.c1793 if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) { in Type_LUT8_Read()
2089 if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) { in Type_LUT16_Read()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h90 CMSAPI cmsBool CMSEXPORT _cmsMAT3isIdentity(const cmsMAT3* a);