Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/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()
1078 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: too many points… in cmsSmoothToneCurve()
1101 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Non-Monotonic."… in cmsSmoothToneCurve()
1107 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mo… in cmsSmoothToneCurve()
1111 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mo… 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.c339 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, "spherical value out of range"); in GetPoint()
347 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, " quadrant out of range"); in GetPoint()
Dcmswtpnt.c74 cmsSignalError(0, cmsERROR_RANGE, "cmsWhitePointFromTemp: invalid temp"); in cmsWhitePointFromTemp()
Dcmsnamed.c663 …cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range; ignored", index… in EvalNamedColorPCS()
682 …cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range; ignored", index… in EvalNamedColor()
Dcmsxform.c956 …cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", … in cmsCreateMultiprofileTransformTHR()
981 …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()
Dcmsio0.c621 cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", MAX_TABLE_TAG); in _cmsNewTag()
696 cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", TagCount); in _cmsReadHeader()
Dcmsplugin.c693 cmsSignalError(ContextID, cmsERROR_RANGE, "Bad context client"); in _cmsContextGetClientChunk()
Dcmsio1.c845 …cmsSignalError(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)", Used… in cmsIsCLUT()
Dcmscnvrt.c1031 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.c1686 … cmsSignalError(ContextID, cmsERROR_RANGE, "LUT8 needs 256 entries on prelinearization"); in Write8bitTables()
2974 cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many colorants '%d'", Count); in Type_ColorantTable_Read()
3093 cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many named colors '%d'", count); in Type_NamedColor_Read()
3098 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords); in Type_NamedColor_Read()
Dcmsintrp.c114 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", InputCh… in _cmsComputeInterpParamsEx()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1044 #define cmsERROR_RANGE 2 macro