Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsxform.c858 cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Couldn't link the profiles"); in cmsCreateExtendedTransform()
866 …cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Channel count doesn't match. Profile is corrupte… in cmsCreateExtendedTransform()
1119 …cmsSignalError(xform ->ContextID, cmsERROR_NOT_SUITABLE, "cmsChangeBuffersFormat works only on tra… in cmsChangeBuffersFormat()
Dcmstypes.c2629 …cmsSignalError(self ->ContextID, cmsERROR_NOT_SUITABLE, "Cannot save floating point data, CLUT are… in WriteCLUT()
2691 …cmsSignalError(self->ContextID, cmsERROR_NOT_SUITABLE, "LUT is not suitable to be saved as LutAToB… in Type_LUTA2B_Write()
2877 …cmsSignalError(self->ContextID, cmsERROR_NOT_SUITABLE, "LUT is not suitable to be saved as LutBToA… in Type_LUTB2A_Write()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1055 #define cmsERROR_NOT_SUITABLE 13 macro