Home
last modified time | relevance | path

Searched refs:cmsERROR_RANGE (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsgamma.c222 …cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve of more than 65530 entries"); in AllocateToneCurveStruct()
227 …cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve with zero segments and no ta… in AllocateToneCurveStruct()
1214 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Non-Monotonic."); in cmsSmoothToneCurve()
1222 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mostly zeros."); in cmsSmoothToneCurve()
1228 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mostly poles."); in cmsSmoothToneCurve()
1243 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Function smooth2 failed."); in cmsSmoothToneCurve()
1249 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Could not allocate memory."); in cmsSmoothToneCurve()
1264 cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Too many points."); in cmsSmoothToneCurve()
Dcmsgmt.c312 …cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong position of PCS. 1..255 expected, %d found.", nGa… in _cmsCreateGamutCheckPipeline()
583 cmsSignalError(0, cmsERROR_RANGE, "Invalid angle"); in cmsDesaturateLab()
Dcmssm.c340 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, "spherical value out of range"); in GetPoint()
348 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, " quadrant out of range"); in GetPoint()
Dcmswtpnt.c74 cmsSignalError(0, cmsERROR_RANGE, "cmsWhitePointFromTemp: invalid temp"); in cmsWhitePointFromTemp()
Dcmsnamed.c703 cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range", index); in EvalNamedColorPCS()
723 cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range", index); in EvalNamedColor()
Dcmsxform.c1164 …cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", … in cmsCreateMultiprofileTransformTHR()
1189 …cmsSignalError(NULL, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProf… in cmsCreateMultiprofileTransform()
Dcmslut.c563 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputCh… in cmsStageAllocCLut16bitGranular()
654 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputCh… in cmsStageAllocCLutFloatGranular()
Dcmsio1.c858 …cmsSignalError(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)", Used… in cmsIsCLUT()
Dcmsio0.c654 cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", MAX_TABLE_TAG); in _cmsNewTag()
755 cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", TagCount); in _cmsReadHeader()
Dcmscnvrt.c1051 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles); in _cmsLinkProfiles()
Dcmsvirt.c409 cmsSignalError(ContextID, cmsERROR_RANGE, "InkLimiting: Limit should be between 0..400"); in cmsCreateInkLimitingDeviceLinkTHR()
Dcmstypes.c1707 … cmsSignalError(ContextID, cmsERROR_RANGE, "LUT8 needs 256 entries on prelinearization"); in Write8bitTables()
3005 cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many colorants '%d'", Count); in Type_ColorantTable_Read()
3127 cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many named colors '%d'", count); in Type_NamedColor_Read()
3132 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords); in Type_NamedColor_Read()
Dcmsintrp.c121 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", InputCh… in _cmsComputeInterpParamsEx()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1057 #define cmsERROR_RANGE 2 macro