Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsxform.c1053 cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Couldn't link the profiles"); in cmsCreateExtendedTransform()
1061 …cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Channel count doesn't match. Profile is corrupte… in cmsCreateExtendedTransform()
1313 …cmsSignalError(xform ->ContextID, cmsERROR_NOT_SUITABLE, "cmsChangeBuffersFormat works only on tra… in cmsChangeBuffersFormat()
Dcmstypes.c2637 …cmsSignalError(self ->ContextID, cmsERROR_NOT_SUITABLE, "Cannot save floating point data, CLUT are… in WriteCLUT()
2699 …cmsSignalError(self->ContextID, cmsERROR_NOT_SUITABLE, "LUT is not suitable to be saved as LutAToB… in Type_LUTA2B_Write()
2885 …cmsSignalError(self->ContextID, cmsERROR_NOT_SUITABLE, "LUT is not suitable to be saved as LutBToA… in Type_LUTB2A_Write()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1060 #define cmsERROR_NOT_SUITABLE 13 macro